Home | History | Annotate | Download | only in libdex

Lines Matching refs:idx1

734                 u4 idx1 = dexParameterIteratorNextIndex(&iterator);
736 if (idx1 == kDexNoIndex) {
745 if (idx0 < idx1) {
747 } else if (idx0 > idx1) {
1038 u4 idx1 = dexTypeListGetIdx(interfaces, i);
1042 if (idx1 == idx2) {
1044 dexStringByTypeIdx(state->pDexFile, idx1));