Home
last modified time | relevance | path

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

/dalvik/dexgen/src/com/android/dexgen/dex/file/
DAnnotationSetRefItem.java72 int annotationsOff = annotations.getAbsoluteOffset(); in writeTo0() local
75 out.annotate(4, " annotations_off: " + Hex.u4(annotationsOff)); in writeTo0()
78 out.writeInt(annotationsOff); in writeTo0()
DFieldAnnotationStruct.java87 int annotationsOff = annotations.getAbsoluteOffset(); in writeTo() local
93 Hex.u4(annotationsOff)); in writeTo()
97 out.writeInt(annotationsOff); in writeTo()
DMethodAnnotationStruct.java87 int annotationsOff = annotations.getAbsoluteOffset(); in writeTo() local
93 Hex.u4(annotationsOff)); in writeTo()
97 out.writeInt(annotationsOff); in writeTo()
DParameterAnnotationStruct.java111 int annotationsOff = annotationsItem.getAbsoluteOffset(); in writeTo() local
117 Hex.u4(annotationsOff)); in writeTo()
121 out.writeInt(annotationsOff); in writeTo()
/dalvik/dx/src/com/android/dx/dex/file/
DAnnotationSetRefItem.java73 int annotationsOff = annotations.getAbsoluteOffset(); in writeTo0() local
76 out.annotate(4, " annotations_off: " + Hex.u4(annotationsOff)); in writeTo0()
79 out.writeInt(annotationsOff); in writeTo0()
DFieldAnnotationStruct.java90 int annotationsOff = annotations.getAbsoluteOffset(); in writeTo() local
96 Hex.u4(annotationsOff)); in writeTo()
100 out.writeInt(annotationsOff); in writeTo()
DMethodAnnotationStruct.java90 int annotationsOff = annotations.getAbsoluteOffset(); in writeTo() local
96 Hex.u4(annotationsOff)); in writeTo()
100 out.writeInt(annotationsOff); in writeTo()
DParameterAnnotationStruct.java114 int annotationsOff = annotationsItem.getAbsoluteOffset(); in writeTo() local
120 Hex.u4(annotationsOff)); in writeTo()
124 out.writeInt(annotationsOff); in writeTo()
/dalvik/dx/src/com/android/dx/merge/
DDexMerger.java740 int annotationsOff = classDef.getAnnotationsOffset(); in transformClassDef() local
741 idsDefsOut.writeInt(indexMap.adjustAnnotationDirectory(annotationsOff)); in transformClassDef()