| Index: src/mips64/macro-assembler-mips64.cc
|
| diff --git a/src/mips64/macro-assembler-mips64.cc b/src/mips64/macro-assembler-mips64.cc
|
| index e60ba6a7c92a4f0a270de5de9b38828029803cfd..7c94f74f69b5adb0b11c79b128925162168e3034 100644
|
| --- a/src/mips64/macro-assembler-mips64.cc
|
| +++ b/src/mips64/macro-assembler-mips64.cc
|
| @@ -5230,18 +5230,6 @@ void MacroAssembler::JumpToExternalReference(const ExternalReference& builtin,
|
| }
|
|
|
|
|
| -void MacroAssembler::InvokeBuiltin(int native_context_index, InvokeFlag flag,
|
| - const CallWrapper& call_wrapper) {
|
| - // You can't call a builtin without a valid frame.
|
| - DCHECK(flag == JUMP_FUNCTION || has_frame());
|
| -
|
| - // Fake a parameter count to avoid emitting code to do the check.
|
| - ParameterCount expected(0);
|
| - LoadNativeContextSlot(native_context_index, a1);
|
| - InvokeFunctionCode(a1, no_reg, expected, expected, flag, call_wrapper);
|
| -}
|
| -
|
| -
|
| void MacroAssembler::SetCounter(StatsCounter* counter, int value,
|
| Register scratch1, Register scratch2) {
|
| if (FLAG_native_code_counters && counter->Enabled()) {
|
|
|