Searched refs:CstByte (Results 1 – 4 of 4) sorted by relevance
25 public final class CstByte class28 public static final CstByte VALUE_0 = make((byte) 0);36 public static CstByte make(byte value) { in make()37 return new CstByte(value); in make()48 public static CstByte make(int value) { in make()64 private CstByte(byte value) { in CstByte() method in CstByte
41 case Type.BT_BYTE: return CstByte.VALUE_0; in zeroFor()
20 import com.android.dx.rop.cst.CstByte;49 return CstByte.make((Byte) value); in getConstant()
25 import com.android.dx.rop.cst.CstByte;219 if (cst instanceof CstByte) { in constantToValueType()