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

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

Completed in 140 milliseconds