| Index: src/arm/macro-assembler-arm.h
|
| diff --git a/src/arm/macro-assembler-arm.h b/src/arm/macro-assembler-arm.h
|
| index 234b7755c47c13fa40e027bdf5d6da0c4dbf3755..1e8a0567883839fd01519845a5a9c1b8f691fdf1 100644
|
| --- a/src/arm/macro-assembler-arm.h
|
| +++ b/src/arm/macro-assembler-arm.h
|
| @@ -643,10 +643,12 @@
|
| // JavaScript invokes
|
|
|
| // Invoke the JavaScript function code by either calling or jumping.
|
| - void InvokeFunctionCode(Register function, Register new_target,
|
| - const ParameterCount& expected,
|
| - const ParameterCount& actual, InvokeFlag flag,
|
| - const CallWrapper& call_wrapper);
|
| + void InvokeCode(Register code,
|
| + Register new_target,
|
| + const ParameterCount& expected,
|
| + const ParameterCount& actual,
|
| + InvokeFlag flag,
|
| + const CallWrapper& call_wrapper);
|
|
|
| // Invoke the JavaScript function in the given register. Changes the
|
| // current context to the context in the function before invoking.
|
| @@ -1463,10 +1465,6 @@
|
| InvokeFlag flag,
|
| const CallWrapper& call_wrapper);
|
|
|
| - void FloodFunctionIfStepping(Register fun, Register new_target,
|
| - const ParameterCount& expected,
|
| - const ParameterCount& actual);
|
| -
|
| void InitializeNewString(Register string,
|
| Register length,
|
| Heap::RootListIndex map_index,
|
|
|