Index: runtime/vm/flow_graph_compiler.h |
diff --git a/runtime/vm/flow_graph_compiler.h b/runtime/vm/flow_graph_compiler.h |
index 3dc31a07ce518b5f6c1f50b04a6c28d830138b35..7c1fa0e41161f6e7aed39302a3cbe0efd75159c3 100644 |
--- a/runtime/vm/flow_graph_compiler.h |
+++ b/runtime/vm/flow_graph_compiler.h |
@@ -451,7 +451,8 @@ class FlowGraphCompiler : public ValueObject { |
const Array& argument_names, |
intptr_t deopt_id, |
TokenPosition token_pos, |
- LocationSummary* locs); |
+ LocationSummary* locs, |
+ bool complete); |
// Pass a value for try-index where block is not available (e.g. slow path). |
void EmitMegamorphicInstanceCall( |
@@ -476,7 +477,8 @@ class FlowGraphCompiler : public ValueObject { |
Label* match_found, |
intptr_t deopt_id, |
TokenPosition token_index, |
- LocationSummary* locs); |
+ LocationSummary* locs, |
+ bool complete); |
Condition EmitEqualityRegConstCompare(Register reg, |
const Object& obj, |