Searched refs:boot_class_path_files_ (Results 1 – 4 of 4) sorted by relevance
358 boot_class_path_files_(boot_class_path_files), in BootImageLayout()462 ArrayRef<File> boot_class_path_files_; variable
1782 bcp_index + component_count < boot_class_path_files_.size() ? in ValidateOatFile()1783 ArrayRef<File>(boot_class_path_files_).SubArray(bcp_index, component_count) : in ValidateOatFile()2251 boot_class_path_files_(boot_class_path_files), in BootImageLoader()2266 boot_class_path_files_, in FindImageFiles()3141 boot_class_path_files_.empty() ? in LoadComponents()3143 boot_class_path_files_.SubArray(/*pos=*/pos, bcp_chunk_size); in LoadComponents()3232 ArrayRef<File> boot_class_path_files_; member in art::gc::space::ImageSpace::BootImageLoader3260 boot_class_path_files_, in LoadFromSystem()
358 ArrayRef<File> GetBootClassPathFiles() { return ArrayRef<File>(boot_class_path_files_); } in GetBootClassPathFiles()1236 std::vector<File> boot_class_path_files_; variable
1605 boot_class_path_files_ = in Init()1607 if (!boot_class_path_files_.empty() && boot_class_path_files_.size() != boot_class_path_.size()) { in Init()