Home
last modified time | relevance | path

Searched refs:annotationDirectoryOffsets (Results 1 – 1 of 1) sorted by relevance

/dalvik/dx/src/com/android/dx/merge/
DIndexMap.java74 private final HashMap<Integer, Integer> annotationDirectoryOffsets; field in IndexMap
90 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()