Searched refs:BT_LONG (Results 1 – 5 of 5) sorted by relevance
59 public static final int BT_LONG = 7; field in Type92 public static final Type LONG = new Type("J", BT_LONG);508 case BT_LONG: return "long"; in toHuman()611 case BT_LONG: in getCategory()629 case BT_LONG: in isCategory1()647 case BT_LONG: in isCategory2()691 case BT_LONG: in isPrimitive()
1249 case Type.BT_LONG: return MOVE_LONG; in opMove()1269 case Type.BT_LONG: return MOVE_PARAM_LONG; in opMoveParam()1328 case Type.BT_LONG: return CONST_LONG; in opConst()1616 case Type.BT_LONG: return long1; in pickBinaryOp()1625 case Type.BT_LONG: return long2; in pickBinaryOp()1650 case Type.BT_LONG: return NEG_LONG; in opNeg()1668 case Type.BT_LONG: return NOT_LONG; in opNot()1683 case Type.BT_LONG: return CMPL_LONG; in opCmpl()1720 case Type.BT_LONG: return CONV_I2L; in opConv()1726 case Type.BT_LONG: { in opConv()[all …]
46 case Type.BT_LONG: return CstLong.VALUE_0; in zeroFor()
111 case Type.BT_LONG: return LONG; in forBoxedPrimitiveType()
510 case Type.BT_LONG: in dopFor()