Home | History | Annotate | Download | only in libdex

Lines Matching refs:idx

1421         u4 idx = annotationItemTypeIdx(annotation);
1425 } else if (lastIdx >= idx) {
1427 lastIdx, idx);
1431 lastIdx = idx;
2020 u4 idx;
2027 idx = readAndVerifyUnsignedLeb128(&data, fileEnd, &okay);
2029 if (idx != 0) {
2030 idx--;
2031 CHECK_INDEX(idx, state->pHeader->stringIdsSize);
2033 idx = readAndVerifyUnsignedLeb128(&data, fileEnd, &okay);
2035 if (idx != 0) {
2036 idx--;
2037 CHECK_INDEX(idx, state->pHeader->stringIdsSize);
2052 u4 idx;
2059 idx = readAndVerifyUnsignedLeb128(&data, fileEnd, &okay);
2061 if (idx != 0) {
2062 idx--;
2063 CHECK_INDEX(idx, state->pHeader->stringIdsSize);
2065 idx = readAndVerifyUnsignedLeb128(&data, fileEnd, &okay);
2067 if (idx != 0) {
2068 idx--;
2069 idx, state->pHeader->stringIdsSize);
2071 idx = readAndVerifyUnsignedLeb128(&data, fileEnd, &okay);
2073 if (idx != 0) {
2074 idx--;
2075 CHECK_INDEX(idx, state->pHeader->stringIdsSize);
2080 u4 idx = readAndVerifyUnsignedLeb128(&data, fileEnd, &okay);
2082 if (idx != 0) {
2083 idx--;
2084 CHECK_INDEX(idx, state->pHeader->stringIdsSize);
2196 u4 idx = readUnsignedLittleEndian(state, &data, valueArg + 1);
2197 CHECK_INDEX(idx, state->pHeader->stringIdsSize);
2205 u4 idx = readUnsignedLittleEndian(state, &data, valueArg + 1);
2206 CHECK_INDEX(idx, state->pHeader->typeIdsSize);
2215 u4 idx = readUnsignedLittleEndian(state, &data, valueArg + 1);
2216 CHECK_INDEX(idx, state->pHeader->fieldIdsSize);
2224 u4 idx = readUnsignedLittleEndian(state, &data, valueArg + 1);
2225 CHECK_INDEX(idx, state->pHeader->methodIdsSize);
2275 u4 idx = readAndVerifyUnsignedLeb128(&data, fileEnd, &okay);
2282 CHECK_INDEX(idx, state->pHeader->typeIdsSize);
2285 const char* descriptor = dexStringByTypeIdx(state->pDexFile, idx);
2302 idx = readAndVerifyUnsignedLeb128(&data, fileEnd, &okay);
2309 CHECK_INDEX(idx, state->pHeader->stringIdsSize);
2312 const char* name = dexStringById(state->pDexFile, idx);
2321 } else if (lastIdx >= idx) {
2323 lastIdx, idx);
2328 lastIdx = idx;