Home
last modified time | relevance | path

Searched refs:VALUE_0 (Results 1 – 8 of 8) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
DZeroes.java41 case Type.BT_BYTE: return CstByte.VALUE_0; in zeroFor()
42 case Type.BT_CHAR: return CstChar.VALUE_0; in zeroFor()
43 case Type.BT_DOUBLE: return CstDouble.VALUE_0; in zeroFor()
44 case Type.BT_FLOAT: return CstFloat.VALUE_0; in zeroFor()
45 case Type.BT_INT: return CstInteger.VALUE_0; in zeroFor()
46 case Type.BT_LONG: return CstLong.VALUE_0; in zeroFor()
47 case Type.BT_SHORT: return CstShort.VALUE_0; in zeroFor()
DCstLong.java28 public static final CstLong VALUE_0 = make(0); field in CstLong
DCstShort.java28 public static final CstShort VALUE_0 = make((short) 0); field in CstShort
DCstByte.java28 public static final CstByte VALUE_0 = make((byte) 0); field in CstByte
DCstChar.java28 public static final CstChar VALUE_0 = make((char) 0); field in CstChar
DCstDouble.java28 public static final CstDouble VALUE_0 = field in CstDouble
DCstFloat.java28 public static final CstFloat VALUE_0 = make(Float.floatToIntBits(0.0f)); field in CstFloat
DCstInteger.java34 public static final CstInteger VALUE_0 = make(0); field in CstInteger