Searched refs:OpenDexFile (Results 1 – 4 of 4) sorted by relevance
170 const DexFile* OpenDexFile() const;
376 const DexFile* OatFile::OatDexFile::OpenDexFile() const { in OpenDexFile() function in art::OatFile::OatDexFile
734 return oat_dex_file->OpenDexFile(); in FindDexFileInOatLocation()840 const DexFile* result = oat_dex_file->OpenDexFile(); in FindOrCreateOatFileForDexLocationLocked()904 return oat_file->GetOatDexFile(dex_location, &dex_location_checksum)->OpenDexFile(); in VerifyAndOpenDexFileFromOatFile()914 return open_oat_file->GetOatDexFile(dex_location, &dex_location_checksum)->OpenDexFile(); in FindDexFileInOatFileFromDexLocation()929 return oat_dex_file->OpenDexFile(); in FindDexFileInOatFileFromDexLocation()1046 const DexFile* dex_file = oat_dex_file->OpenDexFile(); in InitFromImage()
177 UniquePtr<const DexFile> dex_file(oat_dex_file->OpenDexFile()); in GetOatCode()202 UniquePtr<const DexFile> dex_file(oat_dex_file->OpenDexFile()); in AddAllOffsets()248 UniquePtr<const DexFile> dex_file(oat_dex_file.OpenDexFile()); in DumpOatDexFile()