Searched refs:curr_idx (Results 1 – 1 of 1) sorted by relevance
2587 dex::TypeIndex curr_idx = curr_it.GetTypeIdx(); in CheckInterProtoIdItem() local2589 DCHECK_NE(curr_idx, dex::TypeIndex(DexFile::kDexNoIndex16)); in CheckInterProtoIdItem()2591 if (prev_idx < curr_idx) { in CheckInterProtoIdItem()2593 } else if (UNLIKELY(prev_idx > curr_idx)) { in CheckInterProtoIdItem()