Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat_test.cc1355 for (const std::unique_ptr<const CompactDexFile>& other_dex : compact_dex_files) { in TEST_F() local
1356 if (dex_file != other_dex) { in TEST_F()
1358 (dex_file->GetHeader().OwnedDataBegin() >= other_dex->GetHeader().OwnedDataEnd()) || in TEST_F()
1359 (dex_file->GetHeader().OwnedDataEnd() <= other_dex->GetHeader().OwnedDataBegin())); in TEST_F()