Searched refs:BT_CHAR (Results 1 – 6 of 6) sorted by relevance
47 public static final int BT_CHAR = 3; field in Type80 public static final Type CHAR = new Type("C", BT_CHAR);504 case BT_CHAR: return "char"; in toHuman()532 case BT_CHAR: in getFrameType()552 case BT_CHAR: in getBasicFrameType()667 case BT_CHAR: in isIntlike()687 case BT_CHAR: in isPrimitive()
507 case Type.BT_CHAR: in dopFor()529 case Type.BT_CHAR: return Dops.IGET_CHAR; in dopFor()542 case Type.BT_CHAR: return Dops.IPUT_CHAR; in dopFor()555 case Type.BT_CHAR: return Dops.SGET_CHAR; in dopFor()568 case Type.BT_CHAR: return Dops.SPUT_CHAR; in dopFor()
42 case Type.BT_CHAR: return CstChar.VALUE_0; in zeroFor()
107 case Type.BT_CHAR: return CHARACTER; in forBoxedPrimitiveType()
1792 case Type.BT_CHAR: return AGET_CHAR; in opAget()1815 case Type.BT_CHAR: return APUT_CHAR; in opAput()1840 case Type.BT_CHAR: return NEW_ARRAY_CHAR; in opNewArray()1900 case Type.BT_CHAR: return GET_FIELD_CHAR; in opGetField()1923 case Type.BT_CHAR: return PUT_FIELD_CHAR; in opPutField()1946 case Type.BT_CHAR: return GET_STATIC_CHAR; in opGetStatic()1969 case Type.BT_CHAR: return PUT_STATIC_CHAR; in opPutStatic()
35 import static com.android.dx.rop.type.Type.BT_CHAR;757 case BT_CHAR: in getCastRop()