Searched refs:annotationsDirectoryOut (Results 1 – 1 of 1) sorted by relevance
69 private final Dex.Section annotationsDirectoryOut; field in DexMerger145 annotationsDirectoryOut = dexOut.appendSection( in DexMerger()693 annotationsDirectoryOut.assertFourByteAligned(); in transformAnnotationDirectory()695 directoryIn.getPosition(), annotationsDirectoryOut.getPosition()); in transformAnnotationDirectory()698 annotationsDirectoryOut.writeInt(classAnnotationsOffset); in transformAnnotationDirectory()701 annotationsDirectoryOut.writeInt(fieldsSize); in transformAnnotationDirectory()704 annotationsDirectoryOut.writeInt(methodsSize); in transformAnnotationDirectory()707 annotationsDirectoryOut.writeInt(parameterListSize); in transformAnnotationDirectory()711 annotationsDirectoryOut.writeInt(indexMap.adjustField(directoryIn.readInt())); in transformAnnotationDirectory()714 annotationsDirectoryOut.writeInt(indexMap.adjustAnnotationSet(directoryIn.readInt())); in transformAnnotationDirectory()[all …]