| Index: src/x64/macro-assembler-x64.h
|
| diff --git a/src/x64/macro-assembler-x64.h b/src/x64/macro-assembler-x64.h
|
| index 1dd561bd061de10e5df926b0bd2b46ccb37b8a60..822654201129df645429fbde246c5aac53172a89 100644
|
| --- a/src/x64/macro-assembler-x64.h
|
| +++ b/src/x64/macro-assembler-x64.h
|
| @@ -385,6 +385,10 @@ class MacroAssembler: public Assembler {
|
| const ParameterCount& actual, InvokeFlag flag,
|
| const CallWrapper& call_wrapper);
|
|
|
| + void FloodFunctionIfStepping(Register fun, Register new_target,
|
| + const ParameterCount& expected,
|
| + const ParameterCount& actual);
|
| +
|
| // Invoke the JavaScript function in the given register. Changes the
|
| // current context to the context in the function before invoking.
|
| void InvokeFunction(Register function,
|
| @@ -1604,10 +1608,6 @@ class MacroAssembler: public Assembler {
|
| Label::Distance near_jump,
|
| const CallWrapper& call_wrapper);
|
|
|
| - void FloodFunctionIfStepping(Register fun, Register new_target,
|
| - const ParameterCount& expected,
|
| - const ParameterCount& actual);
|
| -
|
| void EnterExitFramePrologue(bool save_rax);
|
|
|
| // Allocates arg_stack_space * kPointerSize memory (not GCed) on the stack
|
|
|