Searched refs:annotationsDirectoryOut (Results 1 – 1 of 1) sorted by relevance
72 private final Dex.Section annotationsDirectoryOut; field in DexMerger149 annotationsDirectoryOut = dexOut.appendSection( in DexMerger()762 annotationsDirectoryOut.assertFourByteAligned(); in transformAnnotationDirectory()764 directoryIn.getPosition(), annotationsDirectoryOut.getPosition()); in transformAnnotationDirectory()767 annotationsDirectoryOut.writeInt(classAnnotationsOffset); in transformAnnotationDirectory()770 annotationsDirectoryOut.writeInt(fieldsSize); in transformAnnotationDirectory()773 annotationsDirectoryOut.writeInt(methodsSize); in transformAnnotationDirectory()776 annotationsDirectoryOut.writeInt(parameterListSize); in transformAnnotationDirectory()780 annotationsDirectoryOut.writeInt(indexMap.adjustField(directoryIn.readInt())); in transformAnnotationDirectory()783 annotationsDirectoryOut.writeInt(indexMap.adjustAnnotationSet(directoryIn.readInt())); in transformAnnotationDirectory()[all …]