Chromium Code Reviews| Index: runtime/vm/object.h |
| =================================================================== |
| --- runtime/vm/object.h (revision 4638) |
| +++ runtime/vm/object.h (working copy) |
| @@ -1922,6 +1922,7 @@ |
| kDeopt = 0, // Deoptimization cotinuation point. |
| kPatchCode, // Buffer for patching code entry. |
| kIcCall, // IC call. |
| + kFuncCall, // Call to known target, e.g. static call, closure call. |
| kReturn, // Return from function. |
| kOther |
| }; |