Home
last modified time | relevance | path

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

/art/runtime/
Dparsed_options.cc618 const ParseStringList<':'>* boot_class_path_locations = args.Get(M::BootClassPathLocations); in DoParse() local
/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()