Home
last modified time | relevance | path

Searched refs:annotationsOffset (Results 1 – 1 of 1) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
DClassDefItem.java89 int annotationsOffset = dexFile.readSmallUint(out.getCursor()); in makeAnnotator() local
90 if (annotationsOffset == 0) { in makeAnnotator()
93 … out.annotate(4, "annotations_off = annotations_directory_item[0x%x]", annotationsOffset); in makeAnnotator()