Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/gc/space/
H A Dimage_space.h361 boot_class_path_oat_files_(boot_class_path_oat_files), in BootImageLayout()
465 ArrayRef<File> boot_class_path_oat_files_; variable
H A Dimage_space.cc1773 int oat_fd = bcp_index < boot_class_path_oat_files_.size() in ValidateOatFile()
1774 ? boot_class_path_oat_files_[bcp_index].Fd() in ValidateOatFile()
2254 boot_class_path_oat_files_(boot_class_path_oat_files), in BootImageLoader()
2269 boot_class_path_oat_files_, in FindImageFiles()
3163 pos < boot_class_path_oat_files_.size() ? boot_class_path_oat_files_[pos].Fd() : -1; in LoadComponents()
3235 ArrayRef<File> boot_class_path_oat_files_; member in art::gc::space::ImageSpace::BootImageLoader
3263 boot_class_path_oat_files_, in LoadFromSystem()
/aosp_15_r20/art/runtime/
H A Druntime.h366 ArrayRef<File> GetBootClassPathOatFiles() { return ArrayRef<File>(boot_class_path_oat_files_); } in GetBootClassPathOatFiles()
1239 std::vector<File> boot_class_path_oat_files_; variable
H A Druntime.cc1617 boot_class_path_oat_files_ = in Init()
1623 CHECK(boot_class_path_oat_files_.empty() || in Init()
1624 boot_class_path_oat_files_.size() == boot_class_path_.size()); in Init()