Home
last modified time | relevance | path

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

/art/runtime/
Dparsed_options.cc618 const ParseStringList<':'>* boot_class_path_locations = args.Get(M::BootClassPathLocations); in DoParse() local
Dclass_linker.cc1069 const std::vector<std::string>& boot_class_path_locations = runtime->GetBootClassPathLocations(); in InitFromBootImage() local
/art/runtime/gc/space/
Dimage_space.cc145 const std::vector<std::string>& boot_class_path_locations = in GenerateImage() local
1363 const std::vector<std::string>& boot_class_path_locations, in BootImageLoader()
1967 const std::vector<std::string>& boot_class_path_locations, in LoadBootImage()
/art/dex2oat/
Ddex2oat.cc2478 std::string boot_class_path_locations = "-Xbootclasspath-locations:"; in PrepareRuntimeOptions() local
/art/runtime/gc/
Dheap.cc183 const std::vector<std::string>& boot_class_path_locations, in Heap()