Searched refs:annotationOffset (Results 1 – 1 of 1) sorted by relevance
29 private final Integer annotationOffset; field in DexParameterImpl37 Integer annotationOffset, int[] typeIds, String[] stringPool, in DexParameterImpl() argument41 this.annotationOffset = annotationOffset; in DexParameterImpl()50 if (annotationOffset != null) { in parseAnnotations()51 buffer.setPosition(annotationOffset); in parseAnnotations()