Index: src/x64/lithium-codegen-x64.h |
=================================================================== |
--- src/x64/lithium-codegen-x64.h (revision 6307) |
+++ src/x64/lithium-codegen-x64.h (working copy) |
@@ -170,7 +170,10 @@ |
XMMRegister ToDoubleRegister(int index) const; |
Register ToRegister(LOperand* op) const; |
XMMRegister ToDoubleRegister(LOperand* op) const; |
+ bool IsInteger32Constant(LConstantOperand* op) const; |
int ToInteger32(LConstantOperand* op) const; |
+ bool IsTaggedConstant(LConstantOperand* op) const; |
+ Handle<Object> ToHandle(LConstantOperand* op) const; |
Operand ToOperand(LOperand* op) const; |
// Specific math operations - used from DoUnaryMathOperation. |