Searched refs:getLongBits (Results 1 – 13 of 13) sorted by relevance
59 long value = getLongBits(); in toString()76 return Long.toString(getLongBits()); in toHuman()85 return getLongBits(); in getValue()
61 long bits = getLongBits(); in toString()79 return Double.toString(Double.longBitsToDouble(getLongBits())); in toHuman()88 return Double.longBitsToDouble(getLongBits()); in getValue()
51 public abstract long getLongBits(); in getLongBits() method in CstLiteralBits
107 public long getLongBits() { in getLongBits() method in CstKnownNull
84 public final long getLongBits() { in getLongBits() method in CstLiteral32
84 public final long getLongBits() { in getLongBits() method in CstLiteral64
135 long value = ((CstLiteralBits) cst).getLongBits(); in writeConstant()140 long value = ((CstLiteralBits) cst).getLongBits(); in writeConstant()146 long value = ((CstFloat) cst).getLongBits() << 32; in writeConstant()151 long value = ((CstDouble) cst).getLongBits(); in writeConstant()
293 if (((CstLiteralBits) cst).getLongBits() != 0) { in makeStaticValuesConstant()
95 long bits = cb.getLongBits(); in isCompatible()121 bits = (short) (cb.getLongBits() >>> 48); in writeTo()
99 ((CstLiteral64) ((CstInsn) insn).getConstant()).getLongBits(); in writeTo()
144 out.writeLong(((CstLiteral64) cst).getLongBits()); in writeTo()
282 bits = ((CstLiteral64) value).getLongBits(); in literalBitsComment()
74 return (clb.getLongBits() == 0); in isConstIntZeroOrKnownNull()