Searched refs:annotationOffsets (Results 1 - 1 of 1) sorted by relevance

/dalvik/dx/src/com/android/dx/merge/
H A DIndexMap.java48 private final HashMap<Integer, Integer> annotationOffsets; field in class:IndexMap
61 this.annotationOffsets = new HashMap<Integer, Integer>();
87 annotationOffsets.put(oldOffset, newOffset);
147 return annotationOffsets.get(annotationOffset);

Completed in 64 milliseconds