Searched refs:CstByte (Results 1 – 8 of 8) 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()
31 import com.android.dx.rop.cst.CstByte;317 return CstByte.make(value.getValue()); in parseValue()
26 import com.android.dx.rop.cst.CstByte;238 if (cst instanceof CstByte) { in constantToValueType()
25 import com.android.dexgen.rop.cst.CstByte;221 if (cst instanceof CstByte) { in constantToValueType()
53 import com.android.dx.rop.cst.CstByte;252 return CstByte.make(((CstInteger) constant).getValue()); in coerceConstant()