Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/dex/file/
DAnnotationSetRefItem.java27 private static final int ALIGNMENT = 4; field in AnnotationSetRefItem
41 super(ALIGNMENT, WRITE_SIZE); in AnnotationSetRefItem()
DEncodedArrayItem.java28 private static final int ALIGNMENT = 1; field in EncodedArrayItem
49 super(ALIGNMENT, -1); in EncodedArrayItem()
DMapItem.java28 private static final int ALIGNMENT = 4; field in MapItem
125 super(ALIGNMENT, WRITE_SIZE); in MapItem()
161 super(ALIGNMENT, WRITE_SIZE); in MapItem()
DTypeListItem.java30 private static final int ALIGNMENT = 4; field in TypeListItem
47 super(ALIGNMENT, (list.size() * ELEMENT_SIZE) + HEADER_SIZE); in TypeListItem()
DAnnotationSetItem.java29 private static final int ALIGNMENT = 4; field in AnnotationSetItem
51 super(ALIGNMENT, writeSize(annotations)); in AnnotationSetItem()
DDebugInfoItem.java30 private static final int ALIGNMENT = 1; field in DebugInfoItem
44 super (ALIGNMENT, -1); in DebugInfoItem()
DAnnotationItem.java45 private static final int ALIGNMENT = 1; field in AnnotationItem
106 super(ALIGNMENT, -1); in AnnotationItem()
DAnnotationsDirectoryItem.java35 private static final int ALIGNMENT = 4; field in AnnotationsDirectoryItem
59 super(ALIGNMENT, -1); in AnnotationsDirectoryItem()
DCodeItem.java37 private static final int ALIGNMENT = 4; field in CodeItem
78 super(ALIGNMENT, -1); in CodeItem()
/dalvik/dexgen/src/com/android/dexgen/dex/file/
DAnnotationSetRefItem.java27 private static final int ALIGNMENT = 4; field in AnnotationSetRefItem
41 super(ALIGNMENT, WRITE_SIZE); in AnnotationSetRefItem()
DMapItem.java29 private static final int ALIGNMENT = 4; field in MapItem
126 super(ALIGNMENT, WRITE_SIZE); in MapItem()
162 super(ALIGNMENT, WRITE_SIZE); in MapItem()
DTypeListItem.java31 private static final int ALIGNMENT = 4; field in TypeListItem
48 super(ALIGNMENT, (list.size() * ELEMENT_SIZE) + HEADER_SIZE); in TypeListItem()
DEncodedArrayItem.java37 private static final int ALIGNMENT = 1; field in EncodedArrayItem
58 super(ALIGNMENT, -1); in EncodedArrayItem()
DAnnotationSetItem.java29 private static final int ALIGNMENT = 4; field in AnnotationSetItem
50 super(ALIGNMENT, writeSize(annotations)); in AnnotationSetItem()
DAnnotationItem.java47 private static final int ALIGNMENT = 1; field in AnnotationItem
107 super(ALIGNMENT, -1); in AnnotationItem()
DDebugInfoItem.java33 private static final int ALIGNMENT = 1; field in DebugInfoItem
47 super (ALIGNMENT, -1); in DebugInfoItem()
DAnnotationsDirectoryItem.java35 private static final int ALIGNMENT = 4; field in AnnotationsDirectoryItem
59 super(ALIGNMENT, -1); in AnnotationsDirectoryItem()
DCodeItem.java46 private static final int ALIGNMENT = 4; field in CodeItem
87 super(ALIGNMENT, -1); in CodeItem()