Chromium Code Reviews| 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; } |
|
Sven Panne
2011/09/14 13:36:20
Is this change really intended? It seems to be unr
Erik Corry
2011/09/15 09:24:11
It is unrelated and it is intended. All the other
|
| int MinorKey() { |
| return LookupModeBits::encode(mode_); |