| Index: src/mips64/macro-assembler-mips64.h
|
| diff --git a/src/mips64/macro-assembler-mips64.h b/src/mips64/macro-assembler-mips64.h
|
| index 9acd2c0757ab19162b98aec7694f435962fa9860..fa853c1e4e9e3a855fef8dcd946610bed52a084b 100644
|
| --- a/src/mips64/macro-assembler-mips64.h
|
| +++ b/src/mips64/macro-assembler-mips64.h
|
| @@ -1315,16 +1315,6 @@ const Operand& rt = Operand(zero_reg), BranchDelaySlot bd = PROTECT
|
| void MovToFloatParameters(DoubleRegister src1, DoubleRegister src2);
|
| void MovToFloatResult(DoubleRegister src);
|
|
|
| - // Calls an API function. Allocates HandleScope, extracts returned value
|
| - // 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(Register function_address,
|
| - ExternalReference thunk_ref, int stack_space,
|
| - MemOperand* stack_space_operand,
|
| - MemOperand return_value_operand,
|
| - MemOperand* context_restore_operand);
|
| -
|
| // Jump to the builtin routine.
|
| void JumpToExternalReference(const ExternalReference& builtin,
|
| BranchDelaySlot bd = PROTECT);
|
|
|