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.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,
Dimage_space.cc157 const std::vector<std::string>& boot_class_path_locations = in GenerateImage() local
159 DCHECK_EQ(boot_class_path.size(), boot_class_path_locations.size()); in GenerateImage()
162 arg_vector.push_back(std::string("--dex-location=") + boot_class_path_locations[i]); in GenerateImage()
1649 ArrayRef<const std::string> boot_class_path_locations) in BootImageLayout() argument
1652 boot_class_path_locations_(boot_class_path_locations) {} in BootImageLayout()
2202 std::string boot_class_path_locations = in CompileExtension() local
2210 args.push_back("-Xbootclasspath-locations:" + boot_class_path_locations); in CompileExtension()
2491 const std::vector<std::string>& boot_class_path_locations, in BootImageLoader() argument
2498 boot_class_path_locations_(boot_class_path_locations), in BootImageLoader()
3555 const std::vector<std::string>& boot_class_path_locations, in LoadBootImage() argument
[all …]
/art/runtime/
Dparsed_options.cc680 const ParseStringList<':'>* boot_class_path_locations = args.Get(M::BootClassPathLocations); in DoParse() local
681 if (boot_class_path_locations != nullptr && boot_class_path_locations->Size() != 0u) { in DoParse()
684 boot_class_path_locations->Size() != boot_class_path->Size()) { in DoParse()
691 boot_class_path_locations->Size(), in DoParse()
692 boot_class_path_locations->Join().c_str()); in DoParse()
/art/dex2oat/
Ddex2oat.cc2783 std::string boot_class_path_locations = "-Xbootclasspath-locations:"; in PrepareRuntimeOptions() local
2784 boot_class_path_locations += android::base::Join(dex_locations_, ':'); in PrepareRuntimeOptions()
2785 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.cc220 const std::vector<std::string>& boot_class_path_locations, in Heap() argument
419 boot_class_path_locations, in Heap()