Searched refs:CstLiteral64 (Results 1 – 12 of 12) sorted by relevance
22 public abstract class CstLiteral64 class32 /*package*/ CstLiteral64(long bits) { in CstLiteral64() method in CstLiteral6441 bits == ((CstLiteral64) other).bits; in equals()53 long otherBits = ((CstLiteral64) other).bits; in compareTo0()
26 extends CstLiteral64 {
24 import com.android.dexgen.rop.cst.CstLiteral64;79 return (cst instanceof CstLiteral64); in isCompatible()93 ((CstLiteral64) ((CstInsn) insn).getConstant()).getLongBits(); in writeTo()
24 import com.android.dx.rop.cst.CstLiteral64;80 return (cst instanceof CstLiteral64); in isCompatible()98 ((CstLiteral64) ((CstInsn) insn).getConstant()).getLongBits(); in writeTo()
24 import com.android.dx.rop.cst.CstLiteral64;146 out.writeLong(((CstLiteral64) cst).getLongBits()); in writeTo()
23 import com.android.dx.rop.cst.CstLiteral64;278 if (value instanceof CstLiteral64) { in literalBitsComment()279 bits = ((CstLiteral64) value).getLongBits(); in literalBitsComment()
23 import com.android.dexgen.rop.cst.CstLiteral64;222 if (value instanceof CstLiteral64) { in literalBitsComment()223 bits = ((CstLiteral64) value).getLongBits(); in literalBitsComment()
144 out.writeLong(((CstLiteral64) cst).getLongBits()); in writeTo()