Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file_verifier.cc1589 uint16_t curr_idx = curr_it.GetTypeIdx(); in CheckInterProtoIdItem() local
1593 if (UNLIKELY(curr_idx == DexFile::kDexNoIndex16)) { in CheckInterProtoIdItem()
1598 if (prev_idx < curr_idx) { in CheckInterProtoIdItem()
1600 } else if (UNLIKELY(prev_idx > curr_idx)) { in CheckInterProtoIdItem()