Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/merge/
DDexMerger.java80 private final Dex.Section annotationOut; field in DexMerger
146 annotationOut = dexOut.appendSection(writerSizes.annotation, "annotation"); in DexMerger()
515 new IdMerger<Annotation>(annotationOut) { in mergeAnnotations() argument
525 indexMap.putAnnotationOffset(offset, annotationOut.getPosition()); in mergeAnnotations()
529 value.writeTo(annotationOut); in mergeAnnotations()
1043 annotation = dexMerger.annotationOut.used(); in WriterSizes()