Lines Matching refs:OatFile

247 std::unique_ptr<OatFile> OatFileAssistant::GetBestOatFile() {  in GetBestOatFile()
261 const OatFile* file = oat_.GetFile(); in GetStatusDump()
282 const OatFile* file = odex_.GetFile(); in GetStatusDump()
299 const OatFile& oat_file, const char* dex_location) { in LoadDexFiles()
304 const OatFile::OatDexFile* oat_dex_file = oat_file.GetOatDexFile( in LoadDexFiles()
385 bool OatFileAssistant::DexChecksumUpToDate(const OatFile& file, std::string* error_msg) { in DexChecksumUpToDate()
403 const OatFile::OatDexFile* oat_dex_file = file.GetOatDexFile(dex.c_str(), nullptr); in DexChecksumUpToDate()
419 OatFileAssistant::OatStatus OatFileAssistant::GivenOatFileStatus(const OatFile& file) { in GivenOatFileStatus()
737 class_path = OatFile::kSpecialSharedLibrary; in Dex2Oat()
826 const OatFile* odex_file = odex_.GetFile(); in GetRequiredDexChecksums()
831 const OatFile::OatDexFile* odex_dex_file = odex_file->GetOatDexFile(dex.c_str(), nullptr); in GetRequiredDexChecksums()
918 std::unique_ptr<gc::space::ImageSpace> OatFileAssistant::OpenImageSpace(const OatFile* oat_file) { in OpenImageSpace()
962 const OatFile* file = GetFile(); in Status()
1031 const OatFile* OatFileAssistant::OatFileInfo::GetFile() { in GetFile()
1037 file_.reset(OatFile::Open(filename_.c_str(), in GetFile()
1056 const OatFile* file = GetFile(); in CompilerFilterIsOkay()
1070 const OatFile* file = GetFile(); in IsExecutable()
1086 std::unique_ptr<OatFile> OatFileAssistant::OatFileInfo::ReleaseFile() { in ReleaseFile()
1091 std::unique_ptr<OatFile> OatFileAssistant::OatFileInfo::ReleaseFileForUse() { in ReleaseFileForUse()
1115 return std::unique_ptr<OatFile>(); in ReleaseFileForUse()