Index: src/ia32/code-stubs-ia32.h |
=================================================================== |
--- src/ia32/code-stubs-ia32.h (revision 8575) |
+++ src/ia32/code-stubs-ia32.h (working copy) |
@@ -80,7 +80,7 @@ |
char* name_; |
- const char* GetName(); |
+ virtual const char* GetName(); |
#ifdef DEBUG |
void Print() { |
@@ -186,7 +186,7 @@ |
char* name_; |
- const char* GetName(); |
+ virtual const char* GetName(); |
#ifdef DEBUG |
void Print() { |
@@ -415,14 +415,6 @@ |
int MinorKey() { return 0; } |
void Generate(MacroAssembler* masm); |
- |
- const char* GetName() { return "NumberToStringStub"; } |
- |
-#ifdef DEBUG |
- void Print() { |
- PrintF("NumberToStringStub\n"); |
- } |
-#endif |
}; |
@@ -466,13 +458,6 @@ |
StringDictionary::kHeaderSize + |
StringDictionary::kElementsStartIndex * kPointerSize; |
- |
-#ifdef DEBUG |
- void Print() { |
- PrintF("StringDictionaryLookupStub\n"); |
- } |
-#endif |
- |
Major MajorKey() { return StringDictionaryNegativeLookup; } |
int MinorKey() { |