| Index: src/x64/lithium-codegen-x64.h
|
| ===================================================================
|
| --- src/x64/lithium-codegen-x64.h (revision 7948)
|
| +++ src/x64/lithium-codegen-x64.h (working copy)
|
| @@ -214,6 +214,9 @@
|
|
|
| Register ToRegister(int index) const;
|
| XMMRegister ToDoubleRegister(int index) const;
|
| + Operand BuildExternalArrayOperand(LOperand* external_pointer,
|
| + LOperand* key,
|
| + ExternalArrayType array_type);
|
|
|
| // Specific math operations - used from DoUnaryMathOperation.
|
| void EmitIntegerMathAbs(LUnaryMathOperation* instr);
|
|
|