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.java642 Dex.Section directoryIn = in.open(section.off); in transformAnnotationDirectories() local
644 transformAnnotationDirectory(directoryIn, indexMap); in transformAnnotationDirectories()
693 Dex.Section directoryIn, IndexMap indexMap) { in transformAnnotationDirectory() argument
697 directoryIn.getPosition(), annotationsDirectoryOut.getPosition()); in transformAnnotationDirectory()
699 int classAnnotationsOffset = indexMap.adjustAnnotationSet(directoryIn.readInt()); in transformAnnotationDirectory()
702 int fieldsSize = directoryIn.readInt(); in transformAnnotationDirectory()
705 int methodsSize = directoryIn.readInt(); in transformAnnotationDirectory()
708 int parameterListSize = directoryIn.readInt(); in transformAnnotationDirectory()
713 annotationsDirectoryOut.writeInt(indexMap.adjustField(directoryIn.readInt())); in transformAnnotationDirectory()
716 annotationsDirectoryOut.writeInt(indexMap.adjustAnnotationSet(directoryIn.readInt())); in transformAnnotationDirectory()
[all …]