Home
last modified time | relevance | path

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

/art/runtime/oat/
Doat_file_assistant_context.h46 const std::vector<std::string>& boot_class_path_locations; member
/art/runtime/
Dparsed_options.cc755 const ParseStringList<':'>* boot_class_path_locations = args.Get(M::BootClassPathLocations); in DoParse() local
Druntime.cc1444 std::string Runtime::GetApexVersions(ArrayRef<const std::string> boot_class_path_locations) { in GetApexVersions()
/art/runtime/gc/space/
Dimage_space.h349 ArrayRef<const std::string> boot_class_path_locations, in BootImageLayout()
Dimage_space.cc1979 std::string boot_class_path_locations = in CompileBootclasspathElements() local
2225 const std::vector<std::string>& boot_class_path_locations, in BootImageLoader()
3299 const std::vector<std::string>& boot_class_path_locations, in LoadBootImage()
3599 ArrayRef<const std::string> boot_class_path_locations, in VerifyBootClassPathChecksums()
/art/dex2oat/
Ddex2oat.cc2677 std::string boot_class_path_locations = "-Xbootclasspath-locations:"; in PrepareRuntimeOptions() local
/art/runtime/gc/
Dheap.cc284 const std::vector<std::string>& boot_class_path_locations, in Heap()