Chromium Code Reviews| Index: runtime/vm/raw_object.h |
| =================================================================== |
| --- runtime/vm/raw_object.h (revision 14858) |
| +++ runtime/vm/raw_object.h (working copy) |
| @@ -933,6 +933,7 @@ |
| intptr_t deopt_id_; // Deoptimization id corresponding to this IC. |
| intptr_t num_args_tested_; // Number of arguments tested in IC. |
| uint8_t deopt_reason_; // Last deoptimization reason. |
| + uint8_t is_closure_call_; // 0 or 1. |
| }; |