| Index: src/ic/mips64/handler-compiler-mips64.cc
|
| diff --git a/src/ic/mips64/handler-compiler-mips64.cc b/src/ic/mips64/handler-compiler-mips64.cc
|
| index 53b097f8cee2ee556adbbd0205f0a81fcbb3eae0..928a3759bb0a5982b06883b40a40aaef5ee5bbb6 100644
|
| --- a/src/ic/mips64/handler-compiler-mips64.cc
|
| +++ b/src/ic/mips64/handler-compiler-mips64.cc
|
| @@ -317,24 +317,6 @@ void PropertyHandlerCompiler::GenerateApiAccessorCall(
|
| __ TailCallStub(&stub);
|
| }
|
|
|
| -
|
| -static void StoreIC_PushArgs(MacroAssembler* masm) {
|
| - __ Push(StoreDescriptor::ReceiverRegister(), StoreDescriptor::NameRegister(),
|
| - StoreDescriptor::ValueRegister(),
|
| - StoreWithVectorDescriptor::SlotRegister(),
|
| - StoreWithVectorDescriptor::VectorRegister());
|
| -}
|
| -
|
| -
|
| -void ElementHandlerCompiler::GenerateStoreSlow(MacroAssembler* masm) {
|
| - StoreIC_PushArgs(masm);
|
| -
|
| - // The slow case calls into the runtime to complete the store without causing
|
| - // an IC miss that would otherwise cause a transition to the generic stub.
|
| - __ TailCallRuntime(Runtime::kKeyedStoreIC_Slow);
|
| -}
|
| -
|
| -
|
| #undef __
|
| #define __ ACCESS_MASM(masm())
|
|
|
|
|