Searched defs:parameterAnnotationSetListOffset (Results 1 - 1 of 1) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
H A DDexBackedMethod.java61 private final int parameterAnnotationSetListOffset; field in class:DexBackedMethod
84 this.parameterAnnotationSetListOffset = 0;
103 this.parameterAnnotationSetListOffset = paramaterAnnotationIterator.seekTo(methodIndex);
146 return AnnotationsDirectory.getParameterAnnotations(dexFile, parameterAnnotationSetListOffset);

Completed in 954 milliseconds