Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.h126 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,
Dimage_space.cc1416 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/
Dparsed_options.cc710 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/
Ddex2oat.cc2670 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/
Dheap.h201 const std::vector<std::string>& boot_class_path_locations,
Dheap.cc258 const std::vector<std::string>& boot_class_path_locations, in Heap() argument
458 boot_class_path_locations, in Heap()