Searched refs:shortyIdx (Results 1 – 4 of 4) sorted by relevance
22 public int shortyIdx; field in ProtoIdItem29 shortyIdx = file.readUInt(); in read()37 file.writeUInt(shortyIdx); in write()44 if (kind == IndexUpdateKind.STRING_ID && shortyIdx >= insertedIdx) { in incrementIndex()45 shortyIdx++; in incrementIndex()
356 int shortyIdx = 0; in finishedUsingTemporaryVRegs() local358 shortyIdx = 1; in finishedUsingTemporaryVRegs()371 if (shortyIdx > 0) { in finishedUsingTemporaryVRegs()372 type = shorty.charAt(shortyIdx); in finishedUsingTemporaryVRegs()374 shortyIdx++; in finishedUsingTemporaryVRegs()
718 int shortyIdx = findOrCreateString(shorty); in createProtoId() local722 newProtoId.shortyIdx = shortyIdx; in createProtoId()758 int shortyIdx = findString(shorty); in findProtoId() local759 if (shortyIdx == -1) { in findProtoId()780 if (shortyIdx == protoId.shortyIdx in findProtoId()787 if (shortyIdx == protoId.shortyIdx in findProtoId()
318 String shorty = rawDexFile.stringDatas.get(protoIdItem.shortyIdx).getString(); in associateMethod()