Chromium Code Reviews| Index: runtime/vm/constants_x64.h |
| =================================================================== |
| --- runtime/vm/constants_x64.h (revision 20045) |
| +++ runtime/vm/constants_x64.h (working copy) |
| @@ -97,6 +97,12 @@ |
| // an exception is thrown. |
| const Register kStackTraceObjectReg = RDX; |
| + |
| +// Dart stack frame layout. |
| +static const int kLastParamSlotIndex = 2; |
| +static const int kFirstLocalSlotIndex = -2; |
| + |
| + |
| enum ScaleFactor { |
| TIMES_1 = 0, |
| TIMES_2 = 1, |