Home | History | Annotate | Download | only in space

Lines Matching refs:OatFile

26 class OatFile;
41 // Create also opens the OatFile associated with the image file so
44 // used to transfer ownership of the OatFile to the ClassLinker when
61 // Give access to the OatFile.
62 const OatFile* GetOatFile() const;
64 // Releases the OatFile from the ImageSpace so it can be transfer to
66 OatFile* ReleaseOatFile()
128 // image's OatFile is up-to-date relative to its DexFile
130 // the OatFile in /data/dalvik-cache if necessary.
135 OatFile* OpenOatFile(const char* image, std::string* error_msg) const
150 // The OatFile associated with the image during early startup to
153 std::unique_ptr<OatFile> oat_file_;