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;
2018 u4 idx;
2025 idx = readAndVerifyUnsignedLeb128(&data, fileEnd, &okay);
2027 if (idx != 0) {
2028 idx--;
2029 CHECK_INDEX(idx, state->pHeader->stringIdsSize);
2031 idx = readAndVerifyUnsignedLeb128(&data, fileEnd, &okay);
2033 if (idx != 0) {
2034 idx--;
2035 CHECK_INDEX(idx, state->pHeader->stringIdsSize);
2050 u4 idx;
2057 idx = readAndVerifyUnsignedLeb128(&data, fileEnd, &okay);
2059 if (idx != 0) {
2060 idx--;
2061 CHECK_INDEX(idx, state->pHeader->stringIdsSize);
2063 idx = readAndVerifyUnsignedLeb128(&data, fileEnd, &okay);
2065 if (idx != 0) {
2066 idx--;
2067 CHECK_INDEX(idx, state->pHeader->stringIdsSize);
2069 idx = readAndVerifyUnsignedLeb128(&data, fileEnd, &okay);
2071 if (idx != 0) {
2072 idx--;
2073 CHECK_INDEX(idx, state->pHeader->stringIdsSize);
2078 u4 idx = readAndVerifyUnsignedLeb128(&data, fileEnd, &okay);
2080 if (idx
2081 idx--;
2082 CHECK_INDEX(idx, state->pHeader->stringIdsSize);
2194 u4 idx = readUnsignedLittleEndian(state, &data, valueArg + 1);
2195 CHECK_INDEX(idx, state->pHeader->stringIdsSize);
2203 u4 idx = readUnsignedLittleEndian(state, &data, valueArg + 1);
2204 CHECK_INDEX(idx, state->pHeader->typeIdsSize);
2213 u4 idx = readUnsignedLittleEndian(state, &data, valueArg + 1);
2214 CHECK_INDEX(idx, state->pHeader->fieldIdsSize);
2222 u4 idx = readUnsignedLittleEndian(state, &data, valueArg + 1);
2223 CHECK_INDEX(idx, state->pHeader->methodIdsSize);
2273 u4 idx = readAndVerifyUnsignedLeb128(&data, fileEnd, &okay);
2280 CHECK_INDEX(idx, state->pHeader->typeIdsSize);
2283 const char* descriptor = dexStringByTypeIdx(state->pDexFile, idx);
2300 idx = readAndVerifyUnsignedLeb128(&data, fileEnd, &okay);
2307 CHECK_INDEX(idx, state->pHeader->stringIdsSize);
2310 const char* name = dexStringById(state->pDexFile, idx);
2319 } else if (lastIdx >= idx) {
2321 lastIdx, idx);
2326 lastIdx = idx;