| Index: runtime/vm/tags.h
|
| diff --git a/runtime/vm/tags.h b/runtime/vm/tags.h
|
| index 9379e1780953d589268a1b1a2d7f51870284fefd..822699135adcf1d95956a698f650b82cd0af22dc 100644
|
| --- a/runtime/vm/tags.h
|
| +++ b/runtime/vm/tags.h
|
| @@ -36,6 +36,9 @@ class VMTag : public AllStatic {
|
| VM_TAG_LIST(DEFINE_VM_TAG_ID)
|
| #undef DEFINE_VM_TAG_KIND
|
| kNumVMTags,
|
| + kRootTagId, // Special tag used as root of all profiles.
|
| + kTruncatedTagId, // Special tag used to indicate a truncated call stack.
|
| + kLastTagId,
|
| };
|
|
|
| static bool IsVMTag(uword id) {
|
|
|