Home
last modified time | relevance | path

Searched defs:boot_class_path_locations (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/art/runtime/oat/
H A Doat_file_assistant_context.h46 const std::vector<std::string>& boot_class_path_locations; member
/aosp_15_r20/art/runtime/
H A Dparsed_options.cc747 const ParseStringList<':'>* boot_class_path_locations = args.Get(M::BootClassPathLocations); in DoParse() local
H A Druntime.cc1442 std::string Runtime::GetApexVersions(ArrayRef<const std::string> boot_class_path_locations) { in GetApexVersions()
/aosp_15_r20/art/runtime/gc/space/
H A Dimage_space.h349 ArrayRef<const std::string> boot_class_path_locations, in BootImageLayout()
H A Dimage_space.cc1993 std::string boot_class_path_locations = in CompileBootclasspathElements() local
2239 const std::vector<std::string>& boot_class_path_locations, in BootImageLoader()
3318 const std::vector<std::string>& boot_class_path_locations, in LoadBootImage()
3618 ArrayRef<const std::string> boot_class_path_locations, in VerifyBootClassPathChecksums()
/aosp_15_r20/art/dex2oat/
H A Ddex2oat.cc2687 std::string boot_class_path_locations = "-Xbootclasspath-locations:"; in PrepareRuntimeOptions() local
/aosp_15_r20/art/runtime/gc/
H A Dheap.cc282 const std::vector<std::string>& boot_class_path_locations, in Heap()