Home
last modified time | relevance | path

Searched refs:OpenDexFile (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Doat_file.h170 const DexFile* OpenDexFile() const;
Doat_file.cc376 const DexFile* OatFile::OatDexFile::OpenDexFile() const { in OpenDexFile() function in art::OatFile::OatDexFile
Dclass_linker.cc734 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()
/art/oatdump/
Doatdump.cc177 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()