Index: runtime/vm/constants_ia32.h |
=================================================================== |
--- runtime/vm/constants_ia32.h (revision 20045) |
+++ runtime/vm/constants_ia32.h (working copy) |
@@ -73,6 +73,12 @@ |
// an exception is thrown. |
const Register kStackTraceObjectReg = EDX; |
+ |
+// Dart stack frame layout. |
+static const int kLastParamSlotIndex = 2; |
+static const int kFirstLocalSlotIndex = -2; |
siva
2013/03/14 21:50:33
This file was meant for processor specific constan
|
+ |
+ |
enum ScaleFactor { |
TIMES_1 = 0, |
TIMES_2 = 1, |