| Index: src/arm/macro-assembler-arm.h
|
| diff --git a/src/arm/macro-assembler-arm.h b/src/arm/macro-assembler-arm.h
|
| index 9d4c128b9279da76596f7df830151c1ccd9fcb15..0eaf4dc9b10fcb5e7d4c8272b375a6585cb83f66 100644
|
| --- a/src/arm/macro-assembler-arm.h
|
| +++ b/src/arm/macro-assembler-arm.h
|
| @@ -570,14 +570,7 @@ class MacroAssembler: public Assembler {
|
| Register scratch,
|
| Label* no_map_match);
|
|
|
| - // Load the initial map for new Arrays from a JSFunction.
|
| - void LoadInitialArrayMap(Register function_in,
|
| - Register scratch,
|
| - Register map_out,
|
| - bool can_have_holes);
|
| -
|
| void LoadGlobalFunction(int index, Register function);
|
| - void LoadArrayFunction(Register function);
|
|
|
| // Load the initial map from the global function. The registers
|
| // function and map can be the same, function is then overwritten.
|
| @@ -1134,10 +1127,8 @@ class MacroAssembler: public Assembler {
|
| // from handle and propagates exceptions. Restores context. stack_space
|
| // - space to be unwound on exit (includes the call JS arguments space and
|
| // the additional space allocated for the fast call).
|
| - void CallApiFunctionAndReturn(ExternalReference function,
|
| - Address function_address,
|
| + void CallApiFunctionAndReturn(Register function_address,
|
| ExternalReference thunk_ref,
|
| - Register thunk_last_arg,
|
| int stack_space,
|
| MemOperand return_value_operand,
|
| MemOperand* context_restore_operand);
|
|
|