Searched refs:BT_LONG (Results 1 – 5 of 5) sorted by relevance
56 public static final int BT_LONG = 7; field in Type89 public static final Type LONG = new Type("J", BT_LONG);501 case BT_LONG: return "long"; in toHuman()604 case BT_LONG: in getCategory()622 case BT_LONG: in isCategory1()640 case BT_LONG: in isCategory2()684 case BT_LONG: in isPrimitive()
46 case Type.BT_LONG: return CstLong.VALUE_0; in zeroFor()
111 case Type.BT_LONG: return LONG; in forBoxedPrimitiveType()
1287 case Type.BT_LONG: return MOVE_LONG; in opMove()1307 case Type.BT_LONG: return MOVE_PARAM_LONG; in opMoveParam()1366 case Type.BT_LONG: return CONST_LONG; in opConst()1654 case Type.BT_LONG: return long1; in pickBinaryOp()1663 case Type.BT_LONG: return long2; in pickBinaryOp()1688 case Type.BT_LONG: return NEG_LONG; in opNeg()1706 case Type.BT_LONG: return NOT_LONG; in opNot()1721 case Type.BT_LONG: return CMPL_LONG; in opCmpl()1758 case Type.BT_LONG: return CONV_I2L; in opConv()1763 case Type.BT_LONG: { in opConv()[all …]
338 case Type.BT_LONG: in dopFor()