Searched refs:annotationDirectoryOffsets (Results 1 – 1 of 1) sorted by relevance
68 private final HashMap<Integer, Integer> annotationDirectoryOffsets; field in IndexMap82 this.annotationDirectoryOffsets = new HashMap<Integer, Integer>(); in IndexMap()91 this.annotationDirectoryOffsets.put(0, 0); in IndexMap()127 annotationDirectoryOffsets.put(oldOffset, newOffset); in putAnnotationDirectoryOffset()185 return annotationDirectoryOffsets.get(annotationDirectoryOffset); in adjustAnnotationDirectory()