Searched refs:boot_class_path_locations_ (Results 1 – 5 of 5) sorted by relevance
/art/cmdline/ |
D | cmdline.h | 212 std::vector<std::string> boot_class_path_locations_; member 275 CHECK(!boot_class_path_locations_.empty()); in GetOatFileAssistantContext() 282 .boot_class_path_locations = boot_class_path_locations_, in GetOatFileAssistantContext() 316 Split(*bcp_location_str, ':', &boot_class_path_locations_); in ParseBootclasspath() 319 boot_class_path_locations_ = boot_class_path_; in ParseBootclasspath() 325 boot_class_path_locations_ = boot_class_path_; in ParseBootclasspath()
|
/art/runtime/ |
D | runtime.h | 330 DCHECK(boot_class_path_locations_.empty() || in GetBootClassPathLocations() 331 boot_class_path_locations_.size() == boot_class_path_.size()); in GetBootClassPathLocations() 332 return boot_class_path_locations_.empty() ? boot_class_path_ : boot_class_path_locations_; in GetBootClassPathLocations() 1228 std::vector<std::string> boot_class_path_locations_; variable
|
D | runtime.cc | 1599 boot_class_path_locations_ = runtime_options.ReleaseOrDefault(Opt::BootClassPathLocations); in Init() 1600 DCHECK(boot_class_path_locations_.empty() || in Init() 1601 boot_class_path_locations_.size() == boot_class_path_.size()); in Init() 3432 if (!boot_class_path_locations_.empty()) { in AppendToBootClassPath() 3434 boot_class_path_locations_.push_back(location); in AppendToBootClassPath()
|
/art/runtime/gc/space/ |
D | image_space.h | 357 boot_class_path_locations_(boot_class_path_locations), in BootImageLayout() 461 ArrayRef<const std::string> boot_class_path_locations_; variable
|
D | image_space.cc | 1937 const std::string& bcp_component = boot_class_path_locations_[bcp_end]; in CompileBootclasspathElements() 1949 boot_class_path_locations_[bcp_index].c_str()); in CompileBootclasspathElements() 1962 boot_class_path_locations_[bcp_index].c_str()); in CompileBootclasspathElements() 1971 boot_class_path_locations_.SubArray(/*pos=*/ 0u, /*length=*/ dependency_component_count); in CompileBootclasspathElements() 1975 boot_class_path_locations_.SubArray(/*pos=*/ bcp_index, /*length=*/ bcp_end - bcp_index); in CompileBootclasspathElements() 1997 args.push_back("--dex-location=" + boot_class_path_locations_[i]); in CompileBootclasspathElements() 2031 << " components, starting from " << boot_class_path_locations_[bcp_index]; in CompileBootclasspathElements() 2236 boot_class_path_locations_(boot_class_path_locations), in BootImageLoader() 2251 boot_class_path_locations_, in FindImageFiles() 2347 boot_class_path_locations_[chunk.start_index].c_str(), in LoadImage() [all …]
|