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

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

Completed in 116 milliseconds