Searched refs:OpenDexFile (Results 1 – 5 of 5) sorted by relevance
225 const DexFile* OpenDexFile(std::string* error_msg) const;
459 const DexFile* OatFile::OatDexFile::OpenDexFile(std::string* error_msg) const { in OpenDexFile() function in art::OatFile::OatDexFile
633 const DexFile* dex_file = oat_dex_file->OpenDexFile(&error_msg); in OpenDexFilesFromImage()
788 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()
282 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()