Searched refs:boot_class_path_locations_ (Results 1 – 4 of 4) sorted by relevance
285 DCHECK(boot_class_path_locations_.empty() || in GetBootClassPathLocations()286 boot_class_path_locations_.size() == boot_class_path_.size()); in GetBootClassPathLocations()287 return boot_class_path_locations_.empty() ? boot_class_path_ : boot_class_path_locations_; in GetBootClassPathLocations()1130 std::vector<std::string> boot_class_path_locations_; variable
96 if (!runtime->boot_class_path_locations_.empty()) { in InsertNewBootClasspathEntry()97 runtime->boot_class_path_locations_.push_back(extra_dex_filename); in InsertNewBootClasspathEntry()
1402 boot_class_path_locations_ = runtime_options.ReleaseOrDefault(Opt::BootClassPathLocations); in Init()1403 DCHECK(boot_class_path_locations_.empty() || in Init()1404 boot_class_path_locations_.size() == boot_class_path_.size()); in Init()
1419 boot_class_path_locations_(boot_class_path_locations) {} in BootImageLayout()1532 ArrayRef<const std::string> boot_class_path_locations_; member in art::gc::space::ImageSpace::BootImageLayout1914 const std::string& bcp_component = boot_class_path_locations_[bcp_end]; in CompileExtension()1926 boot_class_path_locations_[bcp_index].c_str()); in CompileExtension()1939 boot_class_path_locations_[bcp_index].c_str()); in CompileExtension()1948 boot_class_path_locations_.SubArray(/*pos=*/ 0u, /*length=*/ dependency_component_count); in CompileExtension()1952 boot_class_path_locations_.SubArray(/*pos=*/ bcp_index, /*length=*/ bcp_end - bcp_index); in CompileExtension()1966 args.push_back("--dex-location=" + boot_class_path_locations_[i]); in CompileExtension()1998 << " components, starting from " << boot_class_path_locations_[bcp_index]; in CompileExtension()2237 boot_class_path_locations_(boot_class_path_locations), in BootImageLoader()[all …]