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

/dalvik/dx/src/com/android/dx/merge/
H A DIndexMap.java50 private final HashMap<Integer, Integer> annotationDirectoryOffsets; field in class:IndexMap
63 this.annotationDirectoryOffsets = new HashMap<Integer, Integer>();
72 this.annotationDirectoryOffsets.put(0, 0);
101 annotationDirectoryOffsets.put(oldOffset, newOffset);
155 return annotationDirectoryOffsets.get(annotationDirectoryOffset);

Completed in 1004 milliseconds