Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/gc/space/
H A Dimage_space.h359 boot_class_path_image_files_(boot_class_path_image_files), in BootImageLayout()
463 ArrayRef<File> boot_class_path_image_files_; variable
H A Dimage_space.cc1836 int bcp_image_fd = bcp_index < boot_class_path_image_files_.size() ? in ReadHeader()
1837 boot_class_path_image_files_[bcp_index].Fd() : in ReadHeader()
2252 boot_class_path_image_files_(boot_class_path_image_files), in BootImageLoader()
2267 boot_class_path_image_files_, in FindImageFiles()
3069 pos < boot_class_path_image_files_.size() ? boot_class_path_image_files_[pos].Fd() : -1; in LoadComponents()
3233 ArrayRef<File> boot_class_path_image_files_; member in art::gc::space::ImageSpace::BootImageLoader
3261 boot_class_path_image_files_, in LoadFromSystem()
/aosp_15_r20/art/runtime/
H A Druntime.h361 return ArrayRef<File>(boot_class_path_image_files_); in GetBootClassPathImageFiles()
1237 std::vector<File> boot_class_path_image_files_; variable
H A Druntime.cc1613 boot_class_path_image_files_ = in Init()
1619 CHECK(boot_class_path_image_files_.empty() || in Init()
1620 boot_class_path_image_files_.size() == boot_class_path_.size()); in Init()