Index: src/x64/stub-cache-x64.cc |
diff --git a/src/x64/stub-cache-x64.cc b/src/x64/stub-cache-x64.cc |
index a275f550830c4b40464533a2bb7c994c6bf07725..7ce45688a4db15a1523609087ca6249f48ec0d1d 100644 |
--- a/src/x64/stub-cache-x64.cc |
+++ b/src/x64/stub-cache-x64.cc |
@@ -3767,6 +3767,7 @@ void KeyedStoreStubCompiler::GenerateStoreFastDoubleElement( |
// Increment the length of the array. |
__ Move(FieldOperand(rdx, JSArray::kLengthOffset), Smi::FromInt(1)); |
+ __ movq(rdi, FieldOperand(rdx, JSObject::kElementsOffset)); |
__ jmp(&finish_store); |
__ bind(&check_capacity); |