Searched refs:CstChar (Results 1 – 8 of 8) sorted by relevance
25 public final class CstChar class28 public static final CstChar VALUE_0 = make((char) 0);36 public static CstChar make(char value) { in make()37 return new CstChar(value); in make()48 public static CstChar make(int value) { in make()64 private CstChar(char value) { in CstChar() method in CstChar
42 case Type.BT_CHAR: return CstChar.VALUE_0; in zeroFor()
27 import com.android.dx.rop.cst.CstChar;242 } else if (cst instanceof CstChar) { in constantToValueType()
26 import com.android.dexgen.rop.cst.CstChar;225 } else if (cst instanceof CstChar) { in constantToValueType()
32 import com.android.dx.rop.cst.CstChar;322 return CstChar.make(value.getValue()); in parseValue()
56 import com.android.dx.rop.cst.CstChar;255 return CstChar.make(((CstInteger) constant).getValue()); in coerceConstant()