Searched defs:CstShort (Results 1 - 2 of 2) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/rop/cst/
H A DCstShort.java25 public final class CstShort class in inherits:CstLiteral32
28 public static final CstShort VALUE_0 = make((short) 0);
37 public static CstShort make(short value) {
38 return new CstShort(value);
49 public static CstShort make(int value) {
65 private CstShort(short value) { method in class:CstShort
/dalvik/dx/src/com/android/dx/rop/cst/
H A DCstShort.java25 public final class CstShort class in inherits:CstLiteral32
28 public static final CstShort VALUE_0 = make((short) 0);
37 public static CstShort make(short value) {
38 return new CstShort(value);
49 public static CstShort make(int value) {
65 private CstShort(short value) { method in class:CstShort

Completed in 374 milliseconds