Index: src/mips/macro-assembler-mips.h |
diff --git a/src/mips/macro-assembler-mips.h b/src/mips/macro-assembler-mips.h |
index 35c5f21ee8d20a7778441c74605672703febe1bc..c180facd6bb719bc5722f4b6ac69feb4388b5ac9 100644 |
--- a/src/mips/macro-assembler-mips.h |
+++ b/src/mips/macro-assembler-mips.h |
@@ -967,12 +967,11 @@ class MacroAssembler: public Assembler { |
// JavaScript invokes. |
// Invoke the JavaScript function code by either calling or jumping. |
- void InvokeCode(Register code, |
- Register new_target, |
- const ParameterCount& expected, |
- const ParameterCount& actual, |
- InvokeFlag flag, |
- const CallWrapper& call_wrapper); |
+ |
+ void InvokeFunctionCode(Register function, 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. |
@@ -1671,6 +1670,10 @@ const Operand& rt = Operand(zero_reg), BranchDelaySlot bd = PROTECT |
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, |