Home
last modified time | relevance | path

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

/art/runtime/
Doat_file.h225 const DexFile* OpenDexFile(std::string* error_msg) const;
Doat_file.cc459 const DexFile* OatFile::OatDexFile::OpenDexFile(std::string* error_msg) const { in OpenDexFile() function in art::OatFile::OatDexFile
Druntime.cc633 const DexFile* dex_file = oat_dex_file->OpenDexFile(&error_msg); in OpenDexFilesFromImage()
Dclass_linker.cc788 const DexFile* dex_file = oat_dex_file->OpenDexFile(&error_msg); in LoadMultiDexFilesFromOatFile()
1036 std::unique_ptr<const DexFile> dex_file(oat_dex_file->OpenDexFile(error_msg)); in FindOatFileInOatLocationForDexFile()
1185 dex_file.reset(oat_dex_file->OpenDexFile(error_msg)); in VerifyOatWithDexFile()
1193 dex_location_checksum)->OpenDexFile(error_msg)); in VerifyOatWithDexFile()
1643 const DexFile* dex_file = oat_dex_file->OpenDexFile(&error_msg); in InitFromImage()
/art/oatdump/
Doatdump.cc282 std::unique_ptr<const DexFile> dex_file(oat_dex_file->OpenDexFile(&error_msg)); in GetQuickOatCode()
311 std::unique_ptr<const DexFile> dex_file(oat_dex_file->OpenDexFile(&error_msg)); in AddAllOffsets()
370 std::unique_ptr<const DexFile> dex_file(oat_dex_file.OpenDexFile(&error_msg)); in DumpOatDexFile()