| Index: src/ia32/code-stubs-ia32.h
|
| ===================================================================
|
| --- src/ia32/code-stubs-ia32.h (revision 8124)
|
| +++ src/ia32/code-stubs-ia32.h (working copy)
|
| @@ -66,8 +66,6 @@
|
|
|
| void Generate(MacroAssembler* masm);
|
|
|
| - virtual bool SometimesSetsUpAFrame() { return false; }
|
| -
|
| private:
|
| Major MajorKey() { return ToBoolean; }
|
| int MinorKey() { return 0; }
|
| @@ -474,8 +472,6 @@
|
| Register r0,
|
| Register r1);
|
|
|
| - virtual bool SometimesSetsUpAFrame() { return false; }
|
| -
|
| private:
|
| static const int kInlinedProbes = 4;
|
| static const int kTotalProbes = 20;
|
| @@ -495,7 +491,7 @@
|
| }
|
| #endif
|
|
|
| - Major MajorKey() { return StringDictionaryLookup; }
|
| + Major MajorKey() { return StringDictionaryNegativeLookup; }
|
|
|
| int MinorKey() {
|
| return DictionaryBits::encode(dictionary_.code()) |
|
|
|