| Index: src/mips64/code-stubs-mips64.cc
|
| diff --git a/src/mips64/code-stubs-mips64.cc b/src/mips64/code-stubs-mips64.cc
|
| index db42d4b6c5e1575a4df00c1e37ae1ef1598dc53f..823ce075a72ece2305a804638b44db11dcc958ba 100644
|
| --- a/src/mips64/code-stubs-mips64.cc
|
| +++ b/src/mips64/code-stubs-mips64.cc
|
| @@ -87,15 +87,6 @@ void RegExpConstructResultStub::InitializeInterfaceDescriptor(
|
| }
|
|
|
|
|
| -void KeyedStoreFastElementStub::InitializeInterfaceDescriptor(
|
| - CodeStubInterfaceDescriptor* descriptor) {
|
| - Register registers[] = { a2, a1, a0 };
|
| - descriptor->Initialize(
|
| - ARRAY_SIZE(registers), registers,
|
| - FUNCTION_ADDR(KeyedStoreIC_MissFromStubFailure));
|
| -}
|
| -
|
| -
|
| void TransitionElementsKindStub::InitializeInterfaceDescriptor(
|
| CodeStubInterfaceDescriptor* descriptor) {
|
| Register registers[] = { a0, a1 };
|
| @@ -230,14 +221,6 @@ void InternalArrayNArgumentsConstructorStub::InitializeInterfaceDescriptor(
|
| }
|
|
|
|
|
| -void StoreGlobalStub::InitializeInterfaceDescriptor(
|
| - CodeStubInterfaceDescriptor* descriptor) {
|
| - Register registers[] = { a1, a2, a0 };
|
| - descriptor->Initialize(ARRAY_SIZE(registers), registers,
|
| - FUNCTION_ADDR(StoreIC_MissFromStubFailure));
|
| -}
|
| -
|
| -
|
| void ElementsTransitionAndStoreStub::InitializeInterfaceDescriptor(
|
| CodeStubInterfaceDescriptor* descriptor) {
|
| Register registers[] = { a0, a3, a1, a2 };
|
|
|