Home
last modified time | relevance | path

Searched refs:boot_images (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dparsed_options_test.cc89 std::vector<std::string> boot_images = map.GetOrDefault(Opt::Image); in TEST_F() local
90 ASSERT_EQ(1U, boot_images.size()); in TEST_F()
91 EXPECT_EQ(std::string("boot_image"), boot_images[0]); in TEST_F()
/art/odrefresh/
Dodrefresh.cc679 for (const auto& [isa, boot_images] : boot_images_to_generate_for_isas) { in CompilationUnitCount()
680 count += boot_images.Count(); in CompilationUnitCount()
1926 BootImages boot_images, in CompileBootClasspath() argument
1928 DCHECK_GT(boot_images.Count(), 0); in CompileBootClasspath()
1929 DCHECK_IMPLIES(boot_images.primary_boot_image, boot_images.boot_image_mainline_extension); in CompileBootClasspath()
1942 if (result.IsOk() && boot_images.primary_boot_image) { in CompileBootClasspath()
1965 if (!result.IsOk() && boot_images.primary_boot_image) { in CompileBootClasspath()
1996 if (result.IsOk() && boot_images.boot_image_mainline_extension) { in CompileBootClasspath()
2012 if (!result.IsOk() && boot_images.boot_image_mainline_extension) { in CompileBootClasspath()
Dodrefresh.h351 BootImages boot_images,
/art/dex2oat/
Ddex2oat.cc907 std::vector<std::string> boot_images = in ProcessOptions() local
910 for (std::string& boot_image : boot_images) { in ProcessOptions()
919 android::base::Join(boot_images, ImageSpace::kComponentSeparator); in ProcessOptions()