Searched refs:annotations_off (Results 1 – 2 of 2) sorted by relevance
249 public int annotations_off; field in DexFileReader.ClassDefItem267 item.annotations_off = b.readUInt(); in readClasses()
119 if (classDefItem.annotations_off != 0) { in parseAnnotationDirectory()120 buffer.setPosition(classDefItem.annotations_off); in parseAnnotationDirectory()