Index: src/x64/code-stubs-x64.h |
diff --git a/src/x64/code-stubs-x64.h b/src/x64/code-stubs-x64.h |
index c76abcf001b96d250635c6afabdbaa0ab0266373..7a3f6a6869188580cffb610faacebe8279f22426 100644 |
--- a/src/x64/code-stubs-x64.h |
+++ b/src/x64/code-stubs-x64.h |
@@ -69,7 +69,6 @@ class StoreBufferOverflowStub: public PlatformCodeStub { |
void Generate(MacroAssembler* masm); |
- virtual bool IsPregenerated(Isolate* isolate) V8_OVERRIDE { return true; } |
static void GenerateFixedRegStubsAheadOfTime(Isolate* isolate); |
virtual bool SometimesSetsUpAFrame() { return false; } |
@@ -293,8 +292,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 const byte kTwoByteNopInstruction = 0x3c; // Cmpb al, #imm8. |