Searched refs:directoryIn (Results 1 – 1 of 1) sorted by relevance
220 Dex.Section directoryIn = dexClass.getDex().open(directoryOffset); in getAnnotationSetOffset() local221 int classSetOffset = directoryIn.readInt(); in getAnnotationSetOffset()226 int fieldsSize = directoryIn.readInt(); in getAnnotationSetOffset()227 int methodsSize = directoryIn.readInt(); in getAnnotationSetOffset()228 directoryIn.readInt(); // parameters size in getAnnotationSetOffset()233 int candidateFieldIndex = directoryIn.readInt(); in getAnnotationSetOffset()234 int annotationSetOffset = directoryIn.readInt(); in getAnnotationSetOffset()244 directoryIn.skip(8 * fieldsSize); in getAnnotationSetOffset()249 int candidateMethodIndex = directoryIn.readInt(); in getAnnotationSetOffset()250 int annotationSetOffset = directoryIn.readInt(); in getAnnotationSetOffset()[all …]