Chromium Code Reviews| Index: src/x64/frames-x64.h |
| =================================================================== |
| --- src/x64/frames-x64.h (revision 2752) |
| +++ src/x64/frames-x64.h (working copy) |
| @@ -60,6 +60,8 @@ |
| class EntryFrameConstants : public AllStatic { |
| public: |
| static const int kCallerFPOffset = -10 * kPointerSize; |
| + // TODO(X64): Add unit test for kArgvOffset. |
| + static const int kArgvOffset = 5 * kPointerSize; |
|
Lasse Reichstein
2009/08/25 12:22:28
Where is it used?
William Hesse
2009/08/26 06:58:39
builtins-x64.cc:782
|
| }; |