Home | History | Annotate | Download | only in libdex

Lines Matching refs:idx

1419         u4 idx = annotationItemTypeIdx(annotation);
1423 } else if (lastIdx >= idx) {
1425 lastIdx, idx);
1429 lastIdx = idx;
1999 u4 idx;
2006 idx = readAndVerifyUnsignedLeb128(&data, fileEnd, &okay);
2008 if (idx != 0) {
2009 idx--;
2010 CHECK_INDEX(idx, state->pHeader->stringIdsSize);
2012 idx = readAndVerifyUnsignedLeb128(&data, fileEnd, &okay);
2014 if (idx != 0) {
2015 idx--;
2016 CHECK_INDEX(idx, state->pHeader->stringIdsSize);
2031 u4 idx;
2038 idx = readAndVerifyUnsignedLeb128(&data, fileEnd, &okay);
2040 if (idx != 0) {
2041 idx--;
2042 CHECK_INDEX(idx, state->pHeader->stringIdsSize);
2044 idx = readAndVerifyUnsignedLeb128(&data, fileEnd, &okay);
2046 if (idx != 0) {
2047 idx--;
2048 CHECK_INDEX(idx, state->pHeader->stringIdsSize);
2050 idx = readAndVerifyUnsignedLeb128(&data, fileEnd, &okay);
2052 if (idx != 0) {
2053 idx--;
2054 CHECK_INDEX(idx, state->pHeader->stringIdsSize);
2059 u4 idx = readAndVerifyUnsignedLeb128(&data, fileEnd, &okay);
2061 if (idx != 0) {
2062 idx--;
2063 CHECK_INDEX(idx, state->pHeader->stringIdsSize);
2175 u4 idx = readUnsignedLittleEndian(state, &data, valueArg + 1);
2176 CHECK_INDEX(idx, state->pHeader->stringIdsSize);
2184 u4 idx = readUnsignedLittleEndian(state, &data, valueArg + 1);
2185 CHECK_INDEX(idx, state->pHeader->typeIdsSize);
2194 u4 idx = readUnsignedLittleEndian(state, &data, valueArg + 1);
2195 CHECK_INDEX(idx, state->pHeader->fieldIdsSize);
2203 u4 idx = readUnsignedLittleEndian(state, &data, valueArg + 1);
2204 CHECK_INDEX(idx, state->pHeader->methodIdsSize);
2254 u4 idx = readAndVerifyUnsignedLeb128(&data, fileEnd, &okay);
2261 CHECK_INDEX(idx, state->pHeader->typeIdsSize);
2264 const char* descriptor = dexStringByTypeIdx(state->pDexFile, idx);
2281 idx = readAndVerifyUnsignedLeb128(&data, fileEnd, &okay);
2288 CHECK_INDEX(idx, state->pHeader->stringIdsSize);
2291 const char* name = dexStringById(state->pDexFile, idx);
2300 } else if (lastIdx >= idx) {
2302 lastIdx, idx);
2307 lastIdx = idx;