Searched refs:directoryIn (Results 1 – 1 of 1) sorted by relevance
640 Dex.Section directoryIn = in.open(section.off); in transformAnnotationDirectories() local642 transformAnnotationDirectory(directoryIn, indexMap); in transformAnnotationDirectories()691 Dex.Section directoryIn, IndexMap indexMap) { in transformAnnotationDirectory() argument695 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 …]