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.java68 private final HashMap<Integer, Integer> annotationDirectoryOffsets; field in IndexMap
82 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()