Searched refs:oldOffset (Results 1 – 1 of 1) sorted by relevance
103 public void putTypeListOffset(int oldOffset, int newOffset) { in putTypeListOffset() argument104 if (oldOffset <= 0 || newOffset <= 0) { in putTypeListOffset()107 typeListOffsets.put(oldOffset, newOffset); in putTypeListOffset()110 public void putAnnotationOffset(int oldOffset, int newOffset) { in putAnnotationOffset() argument111 if (oldOffset <= 0 || newOffset <= 0) { in putAnnotationOffset()114 annotationOffsets.put(oldOffset, newOffset); in putAnnotationOffset()117 public void putAnnotationSetOffset(int oldOffset, int newOffset) { in putAnnotationSetOffset() argument118 if (oldOffset <= 0 || newOffset <= 0) { in putAnnotationSetOffset()121 annotationSetOffsets.put(oldOffset, newOffset); in putAnnotationSetOffset()124 public void putAnnotationSetRefListOffset(int oldOffset, int newOffset) { in putAnnotationSetRefListOffset() argument[all …]