| Index: src/x64/lithium-codegen-x64.h
|
| ===================================================================
|
| --- src/x64/lithium-codegen-x64.h (revision 8778)
|
| +++ src/x64/lithium-codegen-x64.h (working copy)
|
| @@ -215,10 +215,11 @@
|
|
|
| Register ToRegister(int index) const;
|
| XMMRegister ToDoubleRegister(int index) const;
|
| - Operand BuildExternalArrayOperand(
|
| + Operand BuildFastArrayOperand(
|
| LOperand* external_pointer,
|
| LOperand* key,
|
| - JSObject::ElementsKind elements_kind);
|
| + JSObject::ElementsKind elements_kind,
|
| + uint32_t offset);
|
|
|
| // Specific math operations - used from DoUnaryMathOperation.
|
| void EmitIntegerMathAbs(LUnaryMathOperation* instr);
|
|
|