Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/merge/
DDexMerger.java709 Dex.Section directoryIn = in.open(section.off); in transformAnnotationDirectories() local
711 transformAnnotationDirectory(directoryIn, indexMap); in transformAnnotationDirectories()
760 Dex.Section directoryIn, IndexMap indexMap) { in transformAnnotationDirectory() argument
764 directoryIn.getPosition(), annotationsDirectoryOut.getPosition()); in transformAnnotationDirectory()
766 int classAnnotationsOffset = indexMap.adjustAnnotationSet(directoryIn.readInt()); in transformAnnotationDirectory()
769 int fieldsSize = directoryIn.readInt(); in transformAnnotationDirectory()
772 int methodsSize = directoryIn.readInt(); in transformAnnotationDirectory()
775 int parameterListSize = directoryIn.readInt(); in transformAnnotationDirectory()
780 annotationsDirectoryOut.writeInt(indexMap.adjustField(directoryIn.readInt())); in transformAnnotationDirectory()
783 annotationsDirectoryOut.writeInt(indexMap.adjustAnnotationSet(directoryIn.readInt())); in transformAnnotationDirectory()
[all …]