Searched refs:boot_class_path_locations_ (Results 1 – 4 of 4) sorted by relevance
266 DCHECK(boot_class_path_locations_.empty() || in GetBootClassPathLocations()267 boot_class_path_locations_.size() == boot_class_path_.size()); in GetBootClassPathLocations()268 return boot_class_path_locations_.empty() ? boot_class_path_ : boot_class_path_locations_; in GetBootClassPathLocations()961 std::vector<std::string> boot_class_path_locations_; variable
1177 boot_class_path_locations_ = runtime_options.ReleaseOrDefault(Opt::BootClassPathLocations); in Init()1178 DCHECK(boot_class_path_locations_.empty() || in Init()1179 boot_class_path_locations_.size() == boot_class_path_.size()); in Init()
68 if (!runtime->boot_class_path_locations_.empty()) { in InsertNewBootClasspathEntry()69 runtime->boot_class_path_locations_.push_back(extra_dex_filename); in InsertNewBootClasspathEntry()
1370 boot_class_path_locations_(boot_class_path_locations), in BootImageLoader()1502 ArrayRef<const std::string> provided_locations(boot_class_path_locations_.data(), in LoadFromFile()1916 const std::vector<std::string>& boot_class_path_locations_; member in art::gc::space::ImageSpace::BootImageLoader