| Index: runtime/vm/flow_graph_compiler_x64.h
|
| ===================================================================
|
| --- runtime/vm/flow_graph_compiler_x64.h (revision 8112)
|
| +++ runtime/vm/flow_graph_compiler_x64.h (working copy)
|
| @@ -201,6 +201,7 @@
|
| GrowableArray<BlockInfo*> block_info_;
|
| BlockEntryInstr* current_block_;
|
| DescriptorList* pc_descriptors_list_;
|
| + StackmapBuilder* stackmap_builder_;
|
| ExceptionHandlerList* exception_handlers_list_;
|
| GrowableArray<DeoptimizationStub*> deopt_stubs_;
|
| const bool is_optimizing_;
|
|
|