Index: src/x64/stub-cache-x64.cc |
=================================================================== |
--- src/x64/stub-cache-x64.cc (revision 2960) |
+++ src/x64/stub-cache-x64.cc (working copy) |
@@ -1769,12 +1769,12 @@ |
// rbx: initial map |
__ movzxbq(rcx, FieldOperand(rbx, Map::kInstanceSizeOffset)); |
__ shl(rcx, Immediate(kPointerSizeLog2)); |
- __ AllocateObjectInNewSpace(rcx, |
- rdx, |
- rcx, |
- no_reg, |
- &generic_stub_call, |
- NO_ALLOCATION_FLAGS); |
+ __ AllocateInNewSpace(rcx, |
+ rdx, |
+ rcx, |
+ no_reg, |
+ &generic_stub_call, |
+ NO_ALLOCATION_FLAGS); |
// Allocated the JSObject, now initialize the fields and add the heap tag. |
// rbx: initial map |