Index: runtime/vm/flow_graph_builder.h |
=================================================================== |
--- runtime/vm/flow_graph_builder.h (revision 41393) |
+++ runtime/vm/flow_graph_builder.h (working copy) |
@@ -425,6 +425,9 @@ |
void BuildSaveContext(const LocalVariable& variable); |
void BuildRestoreContext(const LocalVariable& variable); |
+ Definition* BuildStoreContext(Value* value); |
+ Definition* BuildCurrentContext(); |
+ |
void BuildThrowNode(ThrowNode* node); |
StaticCallInstr* BuildStaticNoSuchMethodCall( |