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