Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/merge/
DDexMerger.java75 private final Dex.Section annotationSetRefListOut; field in DexMerger
120 annotationSetRefListOut = dexOut.appendSection( in DexMerger()
757 annotationSetRefListOut.assertFourByteAligned(); in transformAnnotationSetRefList()
759 refListIn.getPosition(), annotationSetRefListOut.getPosition()); in transformAnnotationSetRefList()
762 annotationSetRefListOut.writeInt(parameterCount); in transformAnnotationSetRefList()
764 annotationSetRefListOut.writeInt(indexMap.adjustAnnotationSet(refListIn.readInt())); in transformAnnotationSetRefList()
1038 annotationsSetRefList = dexMerger.annotationSetRefListOut.used(); in WriterSizes()