Searched refs:methodAnnotationSetOffset (Results 1 - 1 of 1) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
H A DDexBackedMethod.java64 private final int methodAnnotationSetOffset; field in class:DexBackedMethod
87 this.methodAnnotationSetOffset = 0;
107 this.methodAnnotationSetOffset = methodAnnotationIterator.seekTo(methodIndex);
185 return AnnotationsDirectory.getAnnotations(dexFile, methodAnnotationSetOffset);

Completed in 117 milliseconds