Index: src/x64/macro-assembler-x64.h |
diff --git a/src/x64/macro-assembler-x64.h b/src/x64/macro-assembler-x64.h |
index 6408e6d6f76e25ad67802797d277c25fdab93442..1af81a42afc139b6b7f778b8531b8f276ee5202f 100644 |
--- a/src/x64/macro-assembler-x64.h |
+++ b/src/x64/macro-assembler-x64.h |
@@ -375,17 +375,13 @@ class MacroAssembler: public Assembler { |
// Invoke the JavaScript function in the given register. Changes the |
// current context to the context in the function before invoking. |
- void InvokeFunction(Register function, |
- Register new_target, |
- const ParameterCount& actual, |
- InvokeFlag flag, |
+ void InvokeFunction(Register function, Register new_target, |
+ const ParameterCount& actual, InvokeFlag flag, |
const CallWrapper& call_wrapper); |
- void InvokeFunction(Register function, |
- Register new_target, |
+ void InvokeFunction(Register function, Register new_target, |
const ParameterCount& expected, |
- const ParameterCount& actual, |
- InvokeFlag flag, |
+ const ParameterCount& actual, InvokeFlag flag, |
const CallWrapper& call_wrapper); |
void InvokeFunction(Handle<JSFunction> function, |
@@ -1585,10 +1581,8 @@ class MacroAssembler: public Assembler { |
// Helper functions for generating invokes. |
void InvokePrologue(const ParameterCount& expected, |
- const ParameterCount& actual, |
- Label* done, |
- bool* definitely_mismatches, |
- InvokeFlag flag, |
+ const ParameterCount& actual, Label* done, |
+ bool* definitely_mismatches, InvokeFlag flag, |
Label::Distance near_jump, |
const CallWrapper& call_wrapper); |