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.cc1432 for (const OatDexFile* oat_dex : oat_dex_files) { in TEST_F() local
1433 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() local
1542 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() local
1804 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() local
1940 std::unique_ptr<const DexFile> dex_file(oat_dex->OpenDexFile(&error_msg)); in TEST_F()