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.java72 private final HashMap<Integer, Integer> annotationSetOffsets; field in IndexMap
88 this.annotationSetOffsets = new HashMap<Integer, Integer>(); in IndexMap()
98 this.annotationSetOffsets.put(0, 0); in IndexMap()
121 annotationSetOffsets.put(oldOffset, newOffset); in putAnnotationSetOffset()
185 return annotationSetOffsets.get(annotationSetOffset); in adjustAnnotationSet()