Home
last modified time | relevance | path

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

/art/runtime/
Doat_file.h228 const DexFile* OpenDexFile(std::string* error_msg) const;
Doat_file.cc452 const DexFile* OatFile::OatDexFile::OpenDexFile(std::string* error_msg) const { in OpenDexFile() function in art::OatFile::OatDexFile
Dclass_linker.cc772 const DexFile* dex_file = oat_dex_file->OpenDexFile(&error_msg); in LoadMultiDexFilesFromOatFile()
1020 std::unique_ptr<const DexFile> dex_file(oat_dex_file->OpenDexFile(error_msg)); in FindOatFileInOatLocationForDexFile()
1165 dex_file.reset(oat_dex_file->OpenDexFile(error_msg)); in VerifyOatWithDexFile()
1173 dex_location_checksum)->OpenDexFile(error_msg)); in VerifyOatWithDexFile()
1627 const DexFile* dex_file = oat_dex_file->OpenDexFile(&error_msg); in InitFromImage()
Druntime.cc617 const DexFile* dex_file = oat_dex_file->OpenDexFile(&error_msg); in OpenDexFilesFromImage()
/art/oatdump/
Doatdump.cc276 std::unique_ptr<const DexFile> dex_file(oat_dex_file->OpenDexFile(&error_msg)); in GetQuickOatCode()
304 std::unique_ptr<const DexFile> dex_file(oat_dex_file->OpenDexFile(&error_msg)); in AddAllOffsets()
363 std::unique_ptr<const DexFile> dex_file(oat_dex_file.OpenDexFile(&error_msg)); in DumpOatDexFile()