Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file_verifier.cc1562 uint16_t curr_idx = curr_it.GetTypeIdx(); in CheckInterProtoIdItem() local
1566 if (UNLIKELY(curr_idx == DexFile::kDexNoIndex16)) { in CheckInterProtoIdItem()
1571 if (prev_idx < curr_idx) { in CheckInterProtoIdItem()
1573 } else if (UNLIKELY(prev_idx > curr_idx)) { in CheckInterProtoIdItem()