Chromium Code Reviews| Index: runtime/vm/constants_dbc.h |
| diff --git a/runtime/vm/constants_dbc.h b/runtime/vm/constants_dbc.h |
| index cf14318121302353d2fde3020b43e6845c38ab6d..00e0793f8a566ce9581962e33a80cac5c997d5fd 100644 |
| --- a/runtime/vm/constants_dbc.h |
| +++ b/runtime/vm/constants_dbc.h |
| @@ -821,6 +821,7 @@ namespace dart { |
| V(CheckDenseSwitch, A_D, reg, num, ___) \ |
| V(CheckCids, A_B_C, reg, num, num) \ |
| V(CheckStack, 0, ___, ___, ___) \ |
| + V(CheckStackAlwaysExit, 0, ___, ___, ___) \ |
|
zra
2016/12/12 22:07:37
Maybe CheckStackAlwaysCall?
Please add docs in th
|
| V(DebugStep, 0, ___, ___, ___) \ |
| V(DebugBreak, A, num, ___, ___) \ |
| V(Deopt, A_D, num, num, ___) |