Home
last modified time | relevance | path

Searched refs:oat_dex (Results 1 – 2 of 2) sorted by relevance

/art/openjdkjvmti/
Dfixed_up_dex_file.cc55 const art::OatDexFile* oat_dex = original_dex_file.GetOatDexFile(); in GetVdex() local
56 if (oat_dex == nullptr) { in GetVdex()
59 const art::OatFile* oat_file = oat_dex->GetOatFile(); in GetVdex()
/art/dex2oat/
Ddex2oat_test.cc1412 for (const OatDexFile* oat_dex : oat_dex_files) { in TEST_F() local
1413 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() local
1523 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() local
1782 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() local
1920 std::unique_ptr<const DexFile> dex_file(oat_dex->OpenDexFile(&error_msg)); in TEST_F()