Chromium Code Reviews| Index: runtime/vm/object.cc |
| =================================================================== |
| --- runtime/vm/object.cc (revision 4191) |
| +++ runtime/vm/object.cc (working copy) |
| @@ -4867,6 +4867,7 @@ |
| case PcDescriptors::kDeopt: return "deopt"; |
| case PcDescriptors::kPatchCode: return "patch"; |
| case PcDescriptors::kIcCall: return "ic-call"; |
| + case PcDescriptors::kFuncCall: return "func-call"; |
| case PcDescriptors::kReturn: return "return"; |
| case PcDescriptors::kOther: return "other"; |
| } |