Searched refs:other_dex (Results 1 – 1 of 1) sorted by relevance
1544 for (const std::unique_ptr<const CompactDexFile>& other_dex : compact_dex_files) { in TEST_F() local1545 if (dex_file != other_dex) { in TEST_F()1547 (dex_file->GetHeader().OwnedDataBegin() >= other_dex->GetHeader().OwnedDataEnd()) || in TEST_F()1548 (dex_file->GetHeader().OwnedDataEnd() <= other_dex->GetHeader().OwnedDataBegin())); in TEST_F()