Searched refs:boot_class_path_locations_ (Results 1 – 4 of 4) sorted by relevance
282 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()1068 std::vector<std::string> boot_class_path_locations_; variable
1247 boot_class_path_locations_ = runtime_options.ReleaseOrDefault(Opt::BootClassPathLocations); in Init()1248 DCHECK(boot_class_path_locations_.empty() || in Init()1249 boot_class_path_locations_.size() == boot_class_path_.size()); in Init()
70 if (!runtime->boot_class_path_locations_.empty()) { in InsertNewBootClasspathEntry()71 runtime->boot_class_path_locations_.push_back(extra_dex_filename); in InsertNewBootClasspathEntry()
1652 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::BootImageLayout2162 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 …]