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()
1432 for (const OatDexFile* oat_dex : oat_dex_files) { in TEST_F() local1433 const DexLayoutSections* const sections = oat_dex->GetDexLayoutSections(); in TEST_F()1458 std::unique_ptr<const DexFile> dex_file(oat_dex->OpenDexFile(&error_msg)); in TEST_F()1541 for (const OatDexFile* oat_dex : oat_dex_files) { in TEST_F() local1542 std::unique_ptr<const DexFile> dex_file(oat_dex->OpenDexFile(&error_msg)); in TEST_F()1803 for (const OatDexFile* oat_dex : oat_dex_files) { in TEST_F() local1804 std::unique_ptr<const DexFile> dex_file(oat_dex->OpenDexFile(&error_msg)); in TEST_F()1939 for (const OatDexFile* oat_dex : oat_dex_files) { in TEST_F() local1940 std::unique_ptr<const DexFile> dex_file(oat_dex->OpenDexFile(&error_msg)); in TEST_F()