| Index: runtime/vm/flow_graph_builder.h
|
| ===================================================================
|
| --- runtime/vm/flow_graph_builder.h (revision 13077)
|
| +++ runtime/vm/flow_graph_builder.h (working copy)
|
| @@ -35,6 +35,7 @@
|
| void Bailout(const char* reason);
|
|
|
| intptr_t AllocateBlockId() { return ++last_used_block_id_; }
|
| + void SetInitialBlockId(intptr_t id) { last_used_block_id_ = id; }
|
|
|
| void set_context_level(intptr_t value) { context_level_ = value; }
|
| intptr_t context_level() const { return context_level_; }
|
|
|