Searched defs:annotationSetOut (Results 1 - 1 of 1) sorted by relevance

/dalvik/dx/src/com/android/dx/merge/
H A DDexMerger.java72 private final Dex.Section annotationSetOut; field in class:DexMerger
129 annotationSetOut = dexOut.appendSection(writerSizes.annotationsSet, "annotation sets");
740 annotationSetOut.assertFourByteAligned();
741 indexMap.putAnnotationSetOffset(setIn.getPosition(), annotationSetOut.getPosition());
744 annotationSetOut.writeInt(size);
747 annotationSetOut.writeInt(indexMap.adjustAnnotation(setIn.readInt()));
1038 annotationsSet = dexMerger.annotationSetOut.used();

Completed in 5 milliseconds