Chromium Code Reviews| Index: runtime/vm/flow_graph.h |
| =================================================================== |
| --- runtime/vm/flow_graph.h (revision 36587) |
| +++ runtime/vm/flow_graph.h (working copy) |
| @@ -354,6 +354,10 @@ |
| // for blocks until they stop changing. |
| void ComputeLiveInAndLiveOutSets(); |
| + Isolate* isolate() const { return isolate_; } |
| + |
| + Isolate* isolate_; |
| + |
| const intptr_t variable_count_; |
| const GrowableArray<BlockEntryInstr*>& postorder_; |