Index: runtime/vm/simulator_dbc.h |
diff --git a/runtime/vm/simulator_dbc.h b/runtime/vm/simulator_dbc.h |
index 076dedcfd378c984c3f7dc3f5c901a887af7b6b9..2e84f9844c932935cd9fd757470b825fa5619b6b 100644 |
--- a/runtime/vm/simulator_dbc.h |
+++ b/runtime/vm/simulator_dbc.h |
@@ -123,6 +123,13 @@ class Simulator { |
RawObject*** FP, |
RawObject*** SP); |
+ bool Deoptimize(Thread* thread, |
+ RawObjectPool** pp, |
+ uint32_t** pc, |
+ RawObject*** FP, |
+ RawObject*** SP, |
+ bool is_lazy); |
+ |
void InlineCacheMiss(int checked_args, |
Thread* thread, |
RawICData* icdata, |