| Index: src/arm/code-stubs-arm.h
|
| ===================================================================
|
| --- src/arm/code-stubs-arm.h (revision 9277)
|
| +++ src/arm/code-stubs-arm.h (working copy)
|
| @@ -575,6 +575,8 @@
|
| Register r0,
|
| Register r1);
|
|
|
| + virtual bool SometimesSetsUpAFrame() { return false; }
|
| +
|
| private:
|
| static const int kInlinedProbes = 4;
|
| static const int kTotalProbes = 20;
|
| @@ -587,7 +589,7 @@
|
| StringDictionary::kHeaderSize +
|
| StringDictionary::kElementsStartIndex * kPointerSize;
|
|
|
| - Major MajorKey() { return StringDictionaryNegativeLookup; }
|
| + Major MajorKey() { return StringDictionaryLookup; }
|
|
|
| int MinorKey() {
|
| return LookupModeBits::encode(mode_);
|
|
|