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

Unified Diff: runtime/vm/stub_code.h

Issue 2603383004: Sane asynchronous debugging and stack traces (Closed)
Patch Set: rebase Created 3 years, 11 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/stack_trace.cc ('k') | runtime/vm/stub_code_x64.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/stub_code.h
diff --git a/runtime/vm/stub_code.h b/runtime/vm/stub_code.h
index cba3cdf811c913fad1a81ffaf4feccbdabef16da..3f6563301654e7b75959c3ead116888d45ee65a4 100644
--- a/runtime/vm/stub_code.h
+++ b/runtime/vm/stub_code.h
@@ -67,7 +67,8 @@ class SnapshotWriter;
V(Subtype2TestCache) \
V(Subtype3TestCache) \
V(CallClosureNoSuchMethod) \
- V(FrameAwaitingMaterialization)
+ V(FrameAwaitingMaterialization) \
+ V(AsynchronousGapMarker)
#else
#define VM_STUB_CODE_LIST(V) \
@@ -79,7 +80,8 @@ class SnapshotWriter;
V(Deoptimize) \
V(DeoptimizeLazyFromReturn) \
V(DeoptimizeLazyFromThrow) \
- V(FrameAwaitingMaterialization)
+ V(FrameAwaitingMaterialization) \
+ V(AsynchronousGapMarker)
#endif // !defined(TARGET_ARCH_DBC)
« no previous file with comments | « runtime/vm/stack_trace.cc ('k') | runtime/vm/stub_code_x64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698