Searched refs:oat_dex (Results 1 – 2 of 2) sorted by relevance
55 const art::OatDexFile* oat_dex = original_dex_file.GetOatDexFile(); in GetVdex() local56 if (oat_dex == nullptr) { in GetVdex()59 const art::OatFile* oat_file = oat_dex->GetOatFile(); in GetVdex()
1412 for (const OatDexFile* oat_dex : oat_dex_files) { in TEST_F() local1413 const DexLayoutSections* const sections = oat_dex->GetDexLayoutSections(); in TEST_F()1438 std::unique_ptr<const DexFile> dex_file(oat_dex->OpenDexFile(&error_msg)); in TEST_F()1522 for (const OatDexFile* oat_dex : oat_dex_files) { in TEST_F() local1523 std::unique_ptr<const DexFile> dex_file(oat_dex->OpenDexFile(&error_msg)); in TEST_F()1781 for (const OatDexFile* oat_dex : oat_dex_files) { in TEST_F() local1782 std::unique_ptr<const DexFile> dex_file(oat_dex->OpenDexFile(&error_msg)); in TEST_F()1919 for (const OatDexFile* oat_dex : oat_dex_files) { in TEST_F() local1920 std::unique_ptr<const DexFile> dex_file(oat_dex->OpenDexFile(&error_msg)); in TEST_F()