Searched refs:annotationIterator (Results 1 – 4 of 4) sorted by relevance
62 @Nonnull AnnotationsDirectory.AnnotationIterator annotationIterator) { in DexBackedField() argument72 this.annotationSetOffset = annotationIterator.seekTo(fieldIndex); in DexBackedField()79 @Nonnull AnnotationsDirectory.AnnotationIterator annotationIterator) { in DexBackedField() argument89 this.annotationSetOffset = annotationIterator.seekTo(fieldIndex); in DexBackedField()
163 final AnnotationsDirectory.AnnotationIterator annotationIterator =183 … previousIndex, staticInitialValueIterator, annotationIterator);224 final AnnotationsDirectory.AnnotationIterator annotationIterator =242 previousIndex, annotationIterator);
69 Iterator<? extends AnnotationMirror> annotationIterator = annotations.iterator(); in format() local70 for (int i = 0; annotationIterator.hasNext(); i++) { in format()74 builder.append(ErrorMessages.format(annotationIterator.next())); in format()
548 MemberAnnotationIterator<DexField, DexAnnotationSet> annotationIterator = in readFields() local554 DexAnnotationSet fieldAnnotations = annotationIterator.getNextFor(field); in readFields()572 MemberAnnotationIterator<DexMethod, DexAnnotationSet> annotationIterator = in readMethods() local586 methods[i] = new DexEncodedMethod(method, accessFlags, annotationIterator.getNextFor(method), in readMethods()