Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/merge/
DDexMerger.java74 private final Dex.Section annotationSetOut; field in DexMerger
131 annotationSetOut = dexOut.appendSection(writerSizes.annotationsSet, "annotation sets"); in DexMerger()
743 annotationSetOut.assertFourByteAligned(); in transformAnnotationSet()
744 indexMap.putAnnotationSetOffset(setIn.getPosition(), annotationSetOut.getPosition()); in transformAnnotationSet()
747 annotationSetOut.writeInt(size); in transformAnnotationSet()
750 annotationSetOut.writeInt(indexMap.adjustAnnotation(setIn.readInt())); in transformAnnotationSet()
1041 annotationsSet = dexMerger.annotationSetOut.used(); in WriterSizes()