Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/gc/space/
H A Dimage_space.h360 boot_class_path_vdex_files_(boot_class_path_vdex_files), in BootImageLayout()
464 ArrayRef<File> boot_class_path_vdex_files_; variable
H A Dimage_space.cc1776 int vdex_fd = bcp_index < boot_class_path_vdex_files_.size() in ValidateOatFile()
1777 ? boot_class_path_vdex_files_[bcp_index].Fd() in ValidateOatFile()
2253 boot_class_path_vdex_files_(boot_class_path_vdex_files), in BootImageLoader()
2268 boot_class_path_vdex_files_, in FindImageFiles()
3153 pos < boot_class_path_vdex_files_.size() ? boot_class_path_vdex_files_[pos].Fd() : -1; in LoadComponents()
3234 ArrayRef<File> boot_class_path_vdex_files_; member in art::gc::space::ImageSpace::BootImageLoader
3262 boot_class_path_vdex_files_, in LoadFromSystem()
/aosp_15_r20/art/runtime/
H A Druntime.h364 ArrayRef<File> GetBootClassPathVdexFiles() { return ArrayRef<File>(boot_class_path_vdex_files_); } in GetBootClassPathVdexFiles()
1238 std::vector<File> boot_class_path_vdex_files_; variable
H A Druntime.cc1615 boot_class_path_vdex_files_ = in Init()
1621 CHECK(boot_class_path_vdex_files_.empty() || in Init()
1622 boot_class_path_vdex_files_.size() == boot_class_path_.size()); in Init()