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

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/util/
H A DAnnotationsDirectory.java120 @Nonnull final DexBackedDexFile dexFile, final int annotationSetListOffset) {
121 if (annotationSetListOffset > 0) {
122 final int size = dexFile.readSmallUint(annotationSetListOffset);
128 int annotationSetOffset = dexFile.readSmallUint(annotationSetListOffset + 4 + index * 4);
119 getParameterAnnotations( @onnull final DexBackedDexFile dexFile, final int annotationSetListOffset) argument

Completed in 111 milliseconds