Home | History | Annotate | Download | only in runtime

Lines Matching refs:prev_idx

2106         dex::TypeIndex prev_idx = prev_it.GetTypeIdx();
2108 DCHECK_NE(prev_idx, dex::TypeIndex(DexFile::kDexNoIndex16));
2111 if (prev_idx < curr_idx) {
2113 } else if (UNLIKELY(prev_idx > curr_idx)) {