Searched refs:boot_class_path_locations (Results 1 – 6 of 6) sorted by relevance
/art/runtime/gc/space/ |
D | image_space.h | 126 const std::vector<std::string>& boot_class_path_locations, 237 ArrayRef<const std::string> boot_class_path_locations, 248 ArrayRef<const std::string> boot_class_path_locations,
|
D | image_space.cc | 1416 ArrayRef<const std::string> boot_class_path_locations) in BootImageLayout() argument 1419 boot_class_path_locations_(boot_class_path_locations) {} in BootImageLayout() 1954 std::string boot_class_path_locations = in CompileExtension() local 1962 args.push_back("-Xbootclasspath-locations:" + boot_class_path_locations); in CompileExtension() 2231 const std::vector<std::string>& boot_class_path_locations, in BootImageLoader() argument 2237 boot_class_path_locations_(boot_class_path_locations), in BootImageLoader() 3166 const std::vector<std::string>& boot_class_path_locations, in LoadBootImage() argument 3187 boot_class_path_locations, in LoadBootImage() 3430 ArrayRef<const std::string> boot_class_path_locations, in VerifyBootClassPathChecksums() argument 3439 DCHECK_EQ(boot_class_path_locations.size(), boot_class_path.size()); in VerifyBootClassPathChecksums() [all …]
|
/art/runtime/ |
D | parsed_options.cc | 710 const ParseStringList<':'>* boot_class_path_locations = args.Get(M::BootClassPathLocations); in DoParse() local 711 if (boot_class_path_locations != nullptr && boot_class_path_locations->Size() != 0u) { in DoParse() 714 boot_class_path_locations->Size() != boot_class_path->Size()) { in DoParse() 721 boot_class_path_locations->Size(), in DoParse() 722 boot_class_path_locations->Join().c_str()); in DoParse()
|
/art/dex2oat/ |
D | dex2oat.cc | 2670 std::string boot_class_path_locations = "-Xbootclasspath-locations:"; in PrepareRuntimeOptions() local 2671 boot_class_path_locations += android::base::Join(dex_locations_, ':'); in PrepareRuntimeOptions() 2672 raw_options.push_back(std::make_pair(boot_class_path_locations, nullptr)); in PrepareRuntimeOptions()
|
/art/runtime/gc/ |
D | heap.h | 201 const std::vector<std::string>& boot_class_path_locations,
|
D | heap.cc | 258 const std::vector<std::string>& boot_class_path_locations, in Heap() argument 458 boot_class_path_locations, in Heap()
|