Searched refs:adjustString (Results 1 – 3 of 3) sorted by relevance
145 public int adjustString(int stringIndex) { in adjustString() method in IndexMap212 adjustString(methodId.getNameIndex())); in adjust()234 adjustString(fieldId.getNameIndex())); in adjust()240 adjustString(protoId.getShortyIndex()), in adjust()328 out, ENCODED_STRING, adjustString(reader.readString())); in transform()372 Leb128.writeUnsignedLeb128(out, adjustString(reader.readAnnotationName())); in transformAnnotation()
421 return indexMap.adjustString(stringIndex); in mergeTypeIds()737 int sourceFileIndex = indexMap.adjustString(classDef.getSourceFileIndex()); in transformClassDef()971 debugInfoOut.writeUleb128p1(indexMap.adjustString(parameterName)); in transformDebugInfoItem()1004 debugInfoOut.writeUleb128p1(indexMap.adjustString(nameIndex)); in transformDebugInfoItem()1009 debugInfoOut.writeUleb128p1(indexMap.adjustString(sigIndex)); in transformDebugInfoItem()1021 debugInfoOut.writeUleb128p1(indexMap.adjustString(nameIndex)); in transformDebugInfoItem()
76 int mappedId = indexMap.adjustString(stringId); in visit()