Searched refs:boot_class_path_image_files_ (Results 1 – 4 of 4) sorted by relevance
359 boot_class_path_image_files_(boot_class_path_image_files), in BootImageLayout()463 ArrayRef<File> boot_class_path_image_files_; variable
1822 int bcp_image_fd = bcp_index < boot_class_path_image_files_.size() ? in ReadHeader()1823 boot_class_path_image_files_[bcp_index].Fd() : in ReadHeader()2238 boot_class_path_image_files_(boot_class_path_image_files), in BootImageLoader()2253 boot_class_path_image_files_, in FindImageFiles()3055 pos < boot_class_path_image_files_.size() ? boot_class_path_image_files_[pos].Fd() : -1; in LoadComponents()3219 ArrayRef<File> boot_class_path_image_files_; member in art::gc::space::ImageSpace::BootImageLoader3242 boot_class_path_image_files_, in LoadFromSystem()
361 return ArrayRef<File>(boot_class_path_image_files_); in GetBootClassPathImageFiles()1231 std::vector<File> boot_class_path_image_files_; variable
1615 boot_class_path_image_files_ = in Init()1621 CHECK(boot_class_path_image_files_.empty() || in Init()1622 boot_class_path_image_files_.size() == boot_class_path_.size()); in Init()