Lines Matching refs:OatFile
95 class OatFile {
102 static OatFile* Open(int zip_fd,
111 static OatFile* Open(int zip_fd, in Open()
128 static OatFile* Open(int zip_fd, in Open()
147 static OatFile* Open(int zip_fd,
159 static OatFile* OpenFromVdex(const std::vector<const DexFile*>& dex_files,
165 static OatFile* OpenFromVdex(int zip_fd,
173 virtual ~OatFile();
283 OatClass(const OatFile* oat_file,
290 const OatFile* const oat_file_;
387 OatFile(const std::string& filename, bool executable);
474 DISALLOW_COPY_AND_ASSIGN(OatFile);
488 const OatFile* GetOatFile() const { in GetOatFile()
511 OatFile::OatClass GetOatClass(uint16_t class_def_index) const;
568 OatDexFile(const OatFile* oat_file,
584 OatDexFile(const OatFile* oat_file,
596 const OatFile* const oat_file_ = nullptr;
611 friend class OatFile; variable