Home | History | Annotate | Download | only in libdex

Lines Matching defs:idx1

733                 u4 idx1 = dexParameterIteratorNextIndex(&iterator);
735 if (idx1 == kDexNoIndex) {
744 if (idx0 < idx1) {
746 } else if (idx0 > idx1) {
1030 u4 idx1 = dexTypeListGetIdx(interfaces, i);
1034 if (idx1 == idx2) {
1036 dexStringByTypeIdx(state->pDexFile, idx1));