Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/merge/
DDexMerger.java766 int classAnnotationsOffset = indexMap.adjustAnnotationSet(directoryIn.readInt()); in transformAnnotationDirectory()
783 annotationsDirectoryOut.writeInt(indexMap.adjustAnnotationSet(directoryIn.readInt())); in transformAnnotationDirectory()
792 indexMap.adjustAnnotationSet(directoryIn.readInt())); in transformAnnotationDirectory()
833 annotationSetRefListOut.writeInt(indexMap.adjustAnnotationSet(refListIn.readInt())); in transformAnnotationSetRefList()
DIndexMap.java184 public int adjustAnnotationSet(int annotationSetOffset) { in adjustAnnotationSet() method in IndexMap