| Index: src/arm64/code-stubs-arm64.cc
|
| diff --git a/src/arm64/code-stubs-arm64.cc b/src/arm64/code-stubs-arm64.cc
|
| index e09b9ae6c97e146b6c6f41ceece83cbb03711afc..476f2f47838ea3a89df291fb40a2f03a2d5ca69b 100644
|
| --- a/src/arm64/code-stubs-arm64.cc
|
| +++ b/src/arm64/code-stubs-arm64.cc
|
| @@ -33,11 +33,6 @@ void ArrayNArgumentsConstructorStub::Generate(MacroAssembler* masm) {
|
| __ TailCallRuntime(Runtime::kNewArray);
|
| }
|
|
|
| -void FastArrayPushStub::InitializeDescriptor(CodeStubDescriptor* descriptor) {
|
| - Address deopt_handler = Runtime::FunctionForId(Runtime::kArrayPush)->entry;
|
| - descriptor->Initialize(x0, deopt_handler, -1, JS_FUNCTION_STUB_MODE);
|
| -}
|
| -
|
| void FastFunctionBindStub::InitializeDescriptor(
|
| CodeStubDescriptor* descriptor) {
|
| Address deopt_handler = Runtime::FunctionForId(Runtime::kFunctionBind)->entry;
|
|
|