| Index: src/a64/code-stubs-a64.h
|
| diff --git a/src/a64/code-stubs-a64.h b/src/a64/code-stubs-a64.h
|
| index a73eb0e53f7e7354d4c67d393d64380dd59df7ec..a01a6d7cb3d6249a3369d929e2e2f630e2f6a6ec 100644
|
| --- a/src/a64/code-stubs-a64.h
|
| +++ b/src/a64/code-stubs-a64.h
|
| @@ -68,10 +68,6 @@ class StoreBufferOverflowStub: public PlatformCodeStub {
|
|
|
| void Generate(MacroAssembler* masm);
|
|
|
| - virtual bool IsPregenerated(Isolate* isolate) V8_OVERRIDE {
|
| - USE(isolate);
|
| - return true;
|
| - }
|
| static void GenerateFixedRegStubsAheadOfTime(Isolate* isolate);
|
| virtual bool SometimesSetsUpAFrame() { return false; }
|
|
|
| @@ -180,8 +176,6 @@ class RecordWriteStub: public PlatformCodeStub {
|
| INCREMENTAL_COMPACTION
|
| };
|
|
|
| - virtual bool IsPregenerated(Isolate* isolate) V8_OVERRIDE;
|
| - static void GenerateFixedRegStubsAheadOfTime(Isolate* isolate);
|
| virtual bool SometimesSetsUpAFrame() { return false; }
|
|
|
| static Mode GetMode(Code* stub) {
|
|
|