Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/dex/file/
DAnnotationsDirectoryItem.java290 int classOff = OffsettedItem.getAbsoluteOffsetOr0(classAnnotations); in writeTo0() local
297 out.annotate(4, " class_annotations_off: " + Hex.u4(classOff)); in writeTo0()
306 out.writeInt(classOff); in writeTo0()
/dalvik/dexgen/src/com/android/dexgen/dex/file/
DAnnotationsDirectoryItem.java286 int classOff = OffsettedItem.getAbsoluteOffsetOr0(classAnnotations); in writeTo0() local
293 out.annotate(4, " class_annotations_off: " + Hex.u4(classOff)); in writeTo0()
302 out.writeInt(classOff); in writeTo0()