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

Unified Diff: runtime/vm/stub_code.h

Issue 2793163002: Do not embed is_auto_setup_scope into the compilation of native calls. (Closed)
Patch Set: . Created 3 years, 9 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 3f6563301654e7b75959c3ead116888d45ee65a4..119aaeb29cfe89a3641abe7fa238ef231138d02b 100644
--- a/runtime/vm/stub_code.h
+++ b/runtime/vm/stub_code.h
@@ -30,8 +30,9 @@ class SnapshotWriter;
V(PrintStopMessage) \
V(CallToRuntime) \
V(LazyCompile) \
- V(CallBootstrapCFunction) \
- V(CallNativeCFunction) \
+ V(CallBootstrapNative) \
+ V(CallNoScopeNative) \
+ V(CallAutoScopeNative) \
V(FixCallersTarget) \
V(CallStaticFunction) \
V(OptimizeFunction) \

Powered by Google App Engine
This is Rietveld 408576698