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.java640 Dex.Section directoryIn = in.open(section.off); in transformAnnotationDirectories() local
642 transformAnnotationDirectory(directoryIn, indexMap); in transformAnnotationDirectories()
691 Dex.Section directoryIn, IndexMap indexMap) { in transformAnnotationDirectory() argument
695 directoryIn.getPosition(), annotationsDirectoryOut.getPosition()); in transformAnnotationDirectory()
697 int classAnnotationsOffset = indexMap.adjustAnnotationSet(directoryIn.readInt()); in transformAnnotationDirectory()
700 int fieldsSize = directoryIn.readInt(); in transformAnnotationDirectory()
703 int methodsSize = directoryIn.readInt(); in transformAnnotationDirectory()
706 int parameterListSize = directoryIn.readInt(); in transformAnnotationDirectory()
711 annotationsDirectoryOut.writeInt(indexMap.adjustField(directoryIn.readInt())); in transformAnnotationDirectory()
714 annotationsDirectoryOut.writeInt(indexMap.adjustAnnotationSet(directoryIn.readInt())); in transformAnnotationDirectory()
[all …]