Searched refs:annotationDirectoryOffsets (Results 1 – 1 of 1) sorted by relevance
74 private final HashMap<Integer, Integer> annotationDirectoryOffsets; field in IndexMap90 this.annotationDirectoryOffsets = new HashMap<Integer, Integer>(); in IndexMap()99 this.annotationDirectoryOffsets.put(0, 0); in IndexMap()135 annotationDirectoryOffsets.put(oldOffset, newOffset); in putAnnotationDirectoryOffset()193 return annotationDirectoryOffsets.get(annotationDirectoryOffset); in adjustAnnotationDirectory()