Home
last modified time | relevance | path

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

/art/runtime/
Druntime.h282 DCHECK(boot_class_path_locations_.empty() || in GetBootClassPathLocations()
283 boot_class_path_locations_.size() == boot_class_path_.size()); in GetBootClassPathLocations()
284 return boot_class_path_locations_.empty() ? boot_class_path_ : boot_class_path_locations_; in GetBootClassPathLocations()
1064 std::vector<std::string> boot_class_path_locations_; variable
Druntime.cc1246 boot_class_path_locations_ = runtime_options.ReleaseOrDefault(Opt::BootClassPathLocations); in Init()
1247 DCHECK(boot_class_path_locations_.empty() || in Init()
1248 boot_class_path_locations_.size() == boot_class_path_.size()); in Init()
Doat_file_assistant_test.cc70 if (!runtime->boot_class_path_locations_.empty()) { in InsertNewBootClasspathEntry()
71 runtime->boot_class_path_locations_.push_back(extra_dex_filename); in InsertNewBootClasspathEntry()
/art/runtime/gc/space/
Dimage_space.cc1652 boot_class_path_locations_(boot_class_path_locations) {} in BootImageLayout()
1780 ArrayRef<const std::string> boot_class_path_locations_; member in art::gc::space::ImageSpace::BootImageLayout
2162 const std::string& bcp_component = boot_class_path_locations_[bcp_end]; in CompileExtension()
2174 boot_class_path_locations_[bcp_index].c_str()); in CompileExtension()
2187 boot_class_path_locations_[bcp_index].c_str()); in CompileExtension()
2196 boot_class_path_locations_.SubArray(/*pos=*/ 0u, /*length=*/ dependency_component_count); in CompileExtension()
2200 boot_class_path_locations_.SubArray(/*pos=*/ bcp_index, /*length=*/ bcp_end - bcp_index); in CompileExtension()
2214 args.push_back("--dex-location=" + boot_class_path_locations_[i]); in CompileExtension()
2246 << " components, starting from " << boot_class_path_locations_[bcp_index]; in CompileExtension()
2498 boot_class_path_locations_(boot_class_path_locations), in BootImageLoader()
[all …]