Home
last modified time | relevance | path

Searched refs:boot_class_path_locations_ (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Druntime.h266 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
Druntime.cc1177 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()
Doat_file_assistant_test.cc68 if (!runtime->boot_class_path_locations_.empty()) { in InsertNewBootClasspathEntry()
69 runtime->boot_class_path_locations_.push_back(extra_dex_filename); in InsertNewBootClasspathEntry()
/art/runtime/gc/space/
Dimage_space.cc1370 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