Home
last modified time | relevance | path

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

/art/runtime/
Dparsed_options.cc710 const ParseStringList<':'>* boot_class_path_locations = args.Get(M::BootClassPathLocations); in DoParse() local
/art/runtime/gc/space/
Dimage_space.cc1416 ArrayRef<const std::string> boot_class_path_locations) in BootImageLayout()
1954 std::string boot_class_path_locations = in CompileExtension() local
2231 const std::vector<std::string>& boot_class_path_locations, in BootImageLoader()
3166 const std::vector<std::string>& boot_class_path_locations, in LoadBootImage()
3430 ArrayRef<const std::string> boot_class_path_locations, in VerifyBootClassPathChecksums()
3524 ArrayRef<const std::string> boot_class_path_locations, in VerifyBootClassPathChecksums()
/art/dex2oat/
Ddex2oat.cc2670 std::string boot_class_path_locations = "-Xbootclasspath-locations:"; in PrepareRuntimeOptions() local
/art/runtime/gc/
Dheap.cc258 const std::vector<std::string>& boot_class_path_locations, in Heap()