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.java78 private final Dex.Section annotationSetRefListOut; field in DexMerger
124 annotationSetRefListOut = dexOut.appendSection( in DexMerger()
826 annotationSetRefListOut.assertFourByteAligned(); in transformAnnotationSetRefList()
828 refListIn.getPosition(), annotationSetRefListOut.getPosition()); in transformAnnotationSetRefList()
831 annotationSetRefListOut.writeInt(parameterCount); in transformAnnotationSetRefList()
833 annotationSetRefListOut.writeInt(indexMap.adjustAnnotationSet(refListIn.readInt())); in transformAnnotationSetRefList()
1107 annotationsSetRefList = dexMerger.annotationSetRefListOut.used(); in WriterSizes()