Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.h128 const std::vector<std::string>& boot_class_path_locations,
237 ArrayRef<const std::string> boot_class_path_locations,
249 ArrayRef<const std::string> boot_class_path_locations,
/art/runtime/
Dparsed_options.cc645 const ParseStringList<':'>* boot_class_path_locations = args.Get(M::BootClassPathLocations); in DoParse() local
646 if (boot_class_path_locations != nullptr && boot_class_path_locations->Size() != 0u) { in DoParse()
649 boot_class_path_locations->Size() != boot_class_path->Size()) { in DoParse()
656 boot_class_path_locations->Size(), in DoParse()
657 boot_class_path_locations->Join().c_str()); in DoParse()
/art/dex2oat/
Ddex2oat.cc2773 std::string boot_class_path_locations = "-Xbootclasspath-locations:"; in PrepareRuntimeOptions() local
2774 boot_class_path_locations += android::base::Join(dex_locations_, ':'); in PrepareRuntimeOptions()
2775 raw_options.push_back(std::make_pair(boot_class_path_locations, nullptr)); in PrepareRuntimeOptions()
/art/runtime/gc/
Dheap.h200 const std::vector<std::string>& boot_class_path_locations,