Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(621)

Unified Diff: runtime/vm/symbols.h

Issue 2646443005: Track async causal stack traces (Closed)
Patch Set: rebase Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/vm/stub_code_x64.cc ('k') | runtime/vm/thread.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/symbols.h
diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
index f690516037728338b4ea79440ccc9d0ce9e6fb99..828a7dee74a796f5f71d005279b06cfa78b098da 100644
--- a/runtime/vm/symbols.h
+++ b/runtime/vm/symbols.h
@@ -118,9 +118,13 @@ class ObjectPointerVisitor;
V(AsyncOperationErrorParam, ":async_error_param") \
V(AsyncOperationStackTraceParam, ":async_stack_trace_param") \
V(AsyncSavedTryCtxVarPrefix, ":async_saved_try_ctx_var_") \
+ V(AsyncStackTraceVar, ":async_stack_trace") \
+ V(ClearAsyncThreadStackTrace, "_clearAsyncThreadStackTrace") \
+ V(SetAsyncThreadStackTrace, "_setAsyncThreadStackTrace") \
V(AsyncCatchHelper, "_asyncCatchHelper") \
V(AsyncThenWrapperHelper, "_asyncThenWrapperHelper") \
V(AsyncErrorWrapperHelper, "_asyncErrorWrapperHelper") \
+ V(AsyncStackTraceHelper, "_asyncStackTraceHelper") \
V(AsyncAwaitHelper, "_awaitHelper") \
V(Await, "await") \
V(AwaitTempVarPrefix, ":await_temp_var_") \
@@ -424,7 +428,8 @@ class ObjectPointerVisitor;
V(_classRangeCheck, "_classRangeCheck") \
V(_classRangeCheckNegative, "_classRangeCheckNegative") \
V(GetRuntimeType, "get:runtimeType") \
- V(HaveSameRuntimeType, "_haveSameRuntimeType")
+ V(HaveSameRuntimeType, "_haveSameRuntimeType") \
+ V(DartDeveloperCausalAsyncStacks, "dart.developer.causal_async_stacks")
// Contains a list of frequently used strings in a canonicalized form. This
« no previous file with comments | « runtime/vm/stub_code_x64.cc ('k') | runtime/vm/thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698