| Index: runtime/vm/object.cc
|
| ===================================================================
|
| --- runtime/vm/object.cc (revision 22595)
|
| +++ runtime/vm/object.cc (working copy)
|
| @@ -7081,6 +7081,7 @@
|
| case PcDescriptors::kLazyDeoptJump: return "lazy-deopt ";
|
| case PcDescriptors::kIcCall: return "ic-call ";
|
| case PcDescriptors::kFuncCall: return "fn-call ";
|
| + case PcDescriptors::kClosureCall: return "closure-call ";
|
| case PcDescriptors::kReturn: return "return ";
|
| case PcDescriptors::kOther: return "other ";
|
| }
|
|
|