Index: runtime/vm/flow_graph_inliner.cc |
=================================================================== |
--- runtime/vm/flow_graph_inliner.cc (revision 44996) |
+++ runtime/vm/flow_graph_inliner.cc (working copy) |
@@ -685,6 +685,7 @@ |
TimerScope timer(FLAG_compiler_stats, |
&CompilerStats::graphinliner_parse_timer, |
isolate()); |
+ Compiler::EnsureUnoptimizedCode(Thread::Current(), function); |
parsed_function = GetParsedFunction(function, &in_cache); |
} |