Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Doat_writer_test.cc652 opened_oat_file->GetOatDexFiles()[0]->OpenDexFile(&error_msg); in TestDexFileInput()
654 opened_oat_file->GetOatDexFiles()[1]->OpenDexFile(&error_msg); in TestDexFileInput()
779 opened_oat_file->GetOatDexFiles()[0]->OpenDexFile(&error_msg); in TestZipFileInput()
781 opened_oat_file->GetOatDexFiles()[1]->OpenDexFile(&error_msg); in TestZipFileInput()
829 opened_oat_file->GetOatDexFiles()[0]->OpenDexFile(&error_msg); in TestZipFileInput()
831 opened_oat_file->GetOatDexFiles()[1]->OpenDexFile(&error_msg); in TestZipFileInput()
/art/dex2oat/
Ddex2oat_test.cc567 std::unique_ptr<const DexFile> dex_file = oat_dex_file->OpenDexFile(&error_msg); in CheckResult()
838 std::unique_ptr<const DexFile> new_dex_file = oat_dex_file->OpenDexFile(&error_msg); in CheckResult()
994 std::unique_ptr<const DexFile> dex_file = oat_dex_file->OpenDexFile(&error_msg); in CheckResult()
1413 std::unique_ptr<const DexFile> dex_file(oat_dex->OpenDexFile(&error_msg)); in TEST_F()
1503 std::unique_ptr<const DexFile> dex_file(oat_dex->OpenDexFile(&error_msg)); in TEST_F()
1748 std::unique_ptr<const DexFile> dex_file(oat_dex->OpenDexFile(&error_msg)); in TEST_F()
1890 std::unique_ptr<const DexFile> dex_file(oat_dex->OpenDexFile(&error_msg)); in TEST_F()
/art/runtime/
Doat_file.h438 std::unique_ptr<const DexFile> OpenDexFile(std::string* error_msg) const;
Doat_file_assistant.cc364 std::unique_ptr<const DexFile> dex_file = oat_dex_file->OpenDexFile(&error_msg); in LoadDexFiles()
380 dex_file = oat_dex_file->OpenDexFile(&error_msg); in LoadDexFiles()
Doat_file_manager.cc261 std::unique_ptr<const DexFile> dex_file = oat_dex_file->OpenDexFile(&error); in AddDexFilesFromOat()
Doat_file.cc1737 std::unique_ptr<const DexFile> OatFile::OatDexFile::OpenDexFile(std::string* error_msg) const { in OpenDexFile() function in art::OatFile::OatDexFile
Druntime.cc1044 std::unique_ptr<const DexFile> dex_file = oat_dex_file->OpenDexFile(&error_msg); in OpenDexFilesFromImage()
Dclass_linker.cc1394 dex_file = oat_dex_file->OpenDexFile(&inner_error_msg); in OpenOatDexFile()
/art/oatdump/
Doatdump.cc113 const DexFile* OpenDexFile(const OatFile::OatDexFile* oat_dex_file, std::string* error_msg) { in OpenDexFile() function
119 const DexFile* ret = oat_dex_file->OpenDexFile(error_msg).release(); in OpenDexFile()
244 const DexFile* const dex_file = OpenDexFile(oat_dex_file, &error_msg); in WalkOatDexFile()
522 const DexFile* const dex_file = OpenDexFile(oat_dex_file, &error_msg); in Dump()
575 const DexFile* dex_file = OpenDexFile(oat_dex_files_[i], &error_msg); in Dump()
668 const DexFile* const dex_file = OpenDexFile(oat_dex_file, &error_msg); in GetQuickOatCode()
896 const DexFile* const dex_file = OpenDexFile(oat_dex_file, &error_msg); in AddAllOffsets()
1078 const DexFile* const dex_file = OpenDexFile(&oat_dex_file, &error_msg); in DumpOatDexFile()
1150 dex_file = OpenDexFile(&oat_dex_file, &error_msg); in ExportDexFile()
3031 const DexFile* const dex_file = OpenDexFile(odf, &error_msg); in InstallOatFile()