Home
last modified time | relevance | path

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

/art/runtime/
Dparsed_options.cc680 const ParseStringList<':'>* boot_class_path_locations = args.Get(M::BootClassPathLocations); in DoParse() local
/art/runtime/gc/space/
Dimage_space.cc157 const std::vector<std::string>& boot_class_path_locations = in GenerateImage() local
1649 ArrayRef<const std::string> boot_class_path_locations) in BootImageLayout()
2202 std::string boot_class_path_locations = in CompileExtension() local
2491 const std::vector<std::string>& boot_class_path_locations, in BootImageLoader()
3555 const std::vector<std::string>& boot_class_path_locations, in LoadBootImage()
3904 ArrayRef<const std::string> boot_class_path_locations, in VerifyBootClassPathChecksums()
4012 ArrayRef<const std::string> boot_class_path_locations, in VerifyBootClassPathChecksums()
/art/dex2oat/
Ddex2oat.cc2783 std::string boot_class_path_locations = "-Xbootclasspath-locations:"; in PrepareRuntimeOptions() local
/art/runtime/gc/
Dheap.cc220 const std::vector<std::string>& boot_class_path_locations, in Heap()