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

Unified Diff: runtime/vm/stub_code.h

Issue 2098573004: DBC: CheckClassInstr (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 6 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
Index: runtime/vm/stub_code.h
diff --git a/runtime/vm/stub_code.h b/runtime/vm/stub_code.h
index 8232a4b2fa57d14126bc8c8e4596cf9b06768153..8bc413c70dede2745424f04cb1111372005475f1 100644
--- a/runtime/vm/stub_code.h
+++ b/runtime/vm/stub_code.h
@@ -71,6 +71,7 @@ class SnapshotWriter;
V(FixCallersTarget) \
V(Deoptimize) \
V(DeoptimizeLazy) \
+ V(FrameAwaitingMaterialization) \
#endif // !defined(TARGET_ARCH_DBC)

Powered by Google App Engine
This is Rietveld 408576698