Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/merge/
DIndexMap.java66 private final HashMap<Integer, Integer> annotationSetOffsets; field in IndexMap
80 this.annotationSetOffsets = new HashMap<Integer, Integer>(); in IndexMap()
90 this.annotationSetOffsets.put(0, 0); in IndexMap()
113 annotationSetOffsets.put(oldOffset, newOffset); in putAnnotationSetOffset()
177 return annotationSetOffsets.get(annotationSetOffset); in adjustAnnotationSet()