Searched refs:adjustAnnotationSet (Results 1 – 2 of 2) sorted by relevance
697 int classAnnotationsOffset = indexMap.adjustAnnotationSet(directoryIn.readInt()); in transformAnnotationDirectory()714 annotationsDirectoryOut.writeInt(indexMap.adjustAnnotationSet(directoryIn.readInt())); in transformAnnotationDirectory()723 indexMap.adjustAnnotationSet(directoryIn.readInt())); in transformAnnotationDirectory()764 annotationSetRefListOut.writeInt(indexMap.adjustAnnotationSet(refListIn.readInt())); in transformAnnotationSetRefList()
176 public int adjustAnnotationSet(int annotationSetOffset) { in adjustAnnotationSet() method in IndexMap