| Index: src/arm/code-stubs-arm.h
|
| ===================================================================
|
| --- src/arm/code-stubs-arm.h (revision 8124)
|
| +++ src/arm/code-stubs-arm.h (working copy)
|
| @@ -64,8 +64,6 @@
|
|
|
| void Generate(MacroAssembler* masm);
|
|
|
| - virtual bool SometimesSetsUpAFrame() { return false; }
|
| -
|
| private:
|
| Register tos_;
|
| Major MajorKey() { return ToBoolean; }
|
| @@ -639,8 +637,6 @@
|
| Register r0,
|
| Register r1);
|
|
|
| - virtual bool SometimesSetsUpAFrame() { return false; }
|
| -
|
| private:
|
| static const int kInlinedProbes = 4;
|
| static const int kTotalProbes = 20;
|
| @@ -660,7 +656,7 @@
|
| }
|
| #endif
|
|
|
| - Major MajorKey() { return StringDictionaryLookup; }
|
| + Major MajorKey() { return StringDictionaryNegativeLookup; }
|
|
|
| int MinorKey() {
|
| return LookupModeBits::encode(mode_);
|
|
|