Searched refs:boot_class_path_vdex_files_ (Results 1 – 4 of 4) sorted by relevance
360 boot_class_path_vdex_files_(boot_class_path_vdex_files), in BootImageLayout()464 ArrayRef<File> boot_class_path_vdex_files_; variable
1776 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::BootImageLoader3262 boot_class_path_vdex_files_, in LoadFromSystem()
364 ArrayRef<File> GetBootClassPathVdexFiles() { return ArrayRef<File>(boot_class_path_vdex_files_); } in GetBootClassPathVdexFiles()1238 std::vector<File> boot_class_path_vdex_files_; variable
1615 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()