Searched refs:boot_class_path_locations_ (Results 1 – 2 of 2) 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
68 if (!runtime->boot_class_path_locations_.empty()) { in InsertNewBootClasspathEntry()69 runtime->boot_class_path_locations_.push_back(extra_dex_filename); in InsertNewBootClasspathEntry()