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