HomeSort by relevance Sort by last modified time
    Searched defs:annotationSetOffset (Results 1 - 5 of 5) sorted by null

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
AnnotationSetRefList.java 58 int annotationSetOffset = dexFile.readSmallUint(out.getCursor());
59 out.annotate(4, "annotation_set_item[0x%x]", annotationSetOffset);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
DexBackedField.java 52 public final int annotationSetOffset;
72 this.annotationSetOffset = annotationIterator.seekTo(fieldIndex);
89 this.annotationSetOffset = annotationIterator.seekTo(fieldIndex);
112 return AnnotationsDirectory.getAnnotations(dexFile, annotationSetOffset);
  /libcore/luni/src/main/java/libcore/reflect/
AnnotationAccess.java 185 int annotationSetOffset = getAnnotationSetOffset(element);
186 if (annotationSetOffset == 0) {
192 Dex.Section setIn = dex.open(annotationSetOffset); // annotation_set_item
234 int annotationSetOffset = directoryIn.readInt();
236 return annotationSetOffset;
250 int annotationSetOffset = directoryIn.readInt();
252 return annotationSetOffset;
314 int annotationSetOffset = refList.readInt();
316 = annotationSetToAnnotations(declaringClass, annotationSetOffset);
529 int annotationSetOffset = getAnnotationSetOffset(element)
    [all...]
  /prebuilts/sdk/tools/darwin/lib/
dx.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 466 milliseconds