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) \ |