Index: runtime/vm/runtime_entry_list.h |
diff --git a/runtime/vm/runtime_entry_list.h b/runtime/vm/runtime_entry_list.h |
index a63f9bbd45cbc3824736d408cb43b36c8743b997..51ac960bf24c196d41eb38d062f1366644c655aa 100644 |
--- a/runtime/vm/runtime_entry_list.h |
+++ b/runtime/vm/runtime_entry_list.h |
@@ -44,6 +44,7 @@ namespace dart { |
V(InitStaticField) \ |
V(GrowRegExpStack) \ |
V(CompileFunction) \ |
+ V(MonomorphicMiss) \ |
#define LEAF_RUNTIME_ENTRY_LIST(V) \ |
V(void, PrintStopMessage, const char*) \ |