Searched refs:shortyIdx (Results 1 – 5 of 5) sorted by relevance
130 int shortyIdx = file.getStringIds().indexOf(shortForm); in writeTo() local151 out.annotate(4, " shorty_idx: " + Hex.u4(shortyIdx) + in writeTo()158 out.writeInt(shortyIdx); in writeTo()
183 mProtoIds[i].shortyIdx = readInt(); in loadProtoIds()550 public int shortyIdx; // index into string_ids field in DexData.ProtoIdItem
132 return dexStringById(pProto->dexFile, protoId->shortyIdx); in dexProtoGetShorty()
274 u4 shortyIdx; /* index into stringIds for shorty descriptor */ member
585 SWAP_INDEX4(item->shortyIdx, state->pHeader->stringIdsSize); in swapProtoIdItem()641 dexStringById(state->pDexFile, item->shortyIdx); in crossVerifyProtoIdItem()