Searched refs:annotationSetOffset (Results 1 – 4 of 4) sorted by relevance
100 … final int annotationSetOffset) { in getAnnotations() argument101 if (annotationSetOffset != 0) { in getAnnotations()102 final int size = dexFile.readSmallUint(annotationSetOffset); in getAnnotations()107 … int annotationOffset = dexFile.readSmallUint(annotationSetOffset + 4 + (4*index)); in getAnnotations()128 … int annotationSetOffset = dexFile.readSmallUint(annotationSetListOffset + 4 + index * 4);129 return getAnnotations(dexFile, annotationSetOffset);
70 … static String getReferenceAnnotation(@Nonnull DexBackedDexFile dexFile, int annotationSetOffset) {71 if (annotationSetOffset == 0) {74 return String.format("annotation_set_item[0x%x]", annotationSetOffset);
58 int annotationSetOffset = dexFile.readSmallUint(out.getCursor()); in makeAnnotator() local59 out.annotate(4, "annotation_set_item[0x%x]", annotationSetOffset); in makeAnnotator()
52 public final int annotationSetOffset; field in DexBackedField72 this.annotationSetOffset = annotationIterator.seekTo(fieldIndex); in DexBackedField()89 this.annotationSetOffset = annotationIterator.seekTo(fieldIndex); in DexBackedField()112 return AnnotationsDirectory.getAnnotations(dexFile, annotationSetOffset); in getAnnotations()