Home
last modified time | relevance | path

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

/art/runtime/
Doat_file_assistant_context.h45 const std::vector<std::string>& boot_class_path_locations; member
Dparsed_options.cc752 const ParseStringList<':'>* boot_class_path_locations = args.Get(M::BootClassPathLocations); in DoParse() local
Druntime.cc1340 std::string Runtime::GetApexVersions(ArrayRef<const std::string> boot_class_path_locations) { in GetApexVersions()
/art/runtime/gc/space/
Dimage_space.cc1961 std::string boot_class_path_locations = in CompileBootclasspathElements() local
2205 const std::vector<std::string>& boot_class_path_locations, in BootImageLoader()
3281 const std::vector<std::string>& boot_class_path_locations, in LoadBootImage()
3618 ArrayRef<const std::string> boot_class_path_locations, in VerifyBootClassPathChecksums()
/art/dex2oat/
Ddex2oat.cc2710 std::string boot_class_path_locations = "-Xbootclasspath-locations:"; in PrepareRuntimeOptions() local
/art/runtime/gc/
Dheap.cc269 const std::vector<std::string>& boot_class_path_locations, in Heap()