Searched refs:annotationsOff (Results 1 – 9 of 9) sorted by relevance
72 int annotationsOff = annotations.getAbsoluteOffset(); in writeTo0() local75 out.annotate(4, " annotations_off: " + Hex.u4(annotationsOff)); in writeTo0()78 out.writeInt(annotationsOff); in writeTo0()
87 int annotationsOff = annotations.getAbsoluteOffset(); in writeTo() local93 Hex.u4(annotationsOff)); in writeTo()97 out.writeInt(annotationsOff); in writeTo()
111 int annotationsOff = annotationsItem.getAbsoluteOffset(); in writeTo() local117 Hex.u4(annotationsOff)); in writeTo()121 out.writeInt(annotationsOff); in writeTo()
73 int annotationsOff = annotations.getAbsoluteOffset(); in writeTo0() local76 out.annotate(4, " annotations_off: " + Hex.u4(annotationsOff)); in writeTo0()79 out.writeInt(annotationsOff); in writeTo0()
90 int annotationsOff = annotations.getAbsoluteOffset(); in writeTo() local96 Hex.u4(annotationsOff)); in writeTo()100 out.writeInt(annotationsOff); in writeTo()
114 int annotationsOff = annotationsItem.getAbsoluteOffset(); in writeTo() local120 Hex.u4(annotationsOff)); in writeTo()124 out.writeInt(annotationsOff); in writeTo()
740 int annotationsOff = classDef.getAnnotationsOffset(); in transformClassDef() local741 idsDefsOut.writeInt(indexMap.adjustAnnotationDirectory(annotationsOff)); in transformClassDef()