Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/merge/
DDexMerger.java71 private final Dex.Section annotationsDirectoryOut; field in DexMerger
152 annotationsDirectoryOut = dexOut.appendSection( in DexMerger()
695 annotationsDirectoryOut.assertFourByteAligned(); in transformAnnotationDirectory()
697 directoryIn.getPosition(), annotationsDirectoryOut.getPosition()); in transformAnnotationDirectory()
700 annotationsDirectoryOut.writeInt(classAnnotationsOffset); in transformAnnotationDirectory()
703 annotationsDirectoryOut.writeInt(fieldsSize); in transformAnnotationDirectory()
706 annotationsDirectoryOut.writeInt(methodsSize); in transformAnnotationDirectory()
709 annotationsDirectoryOut.writeInt(parameterListSize); in transformAnnotationDirectory()
713 annotationsDirectoryOut.writeInt(indexMap.adjustField(directoryIn.readInt())); in transformAnnotationDirectory()
716 annotationsDirectoryOut.writeInt(indexMap.adjustAnnotationSet(directoryIn.readInt())); in transformAnnotationDirectory()
[all …]