| Index: runtime/vm/flow_graph_builder.h
|
| ===================================================================
|
| --- runtime/vm/flow_graph_builder.h (revision 7672)
|
| +++ runtime/vm/flow_graph_builder.h (working copy)
|
| @@ -113,6 +113,9 @@
|
| const EffectGraphVisitor& body_fragment);
|
|
|
| protected:
|
| + Computation* BuildStoreLocal(const LocalVariable& local, Value* value);
|
| + Computation* BuildLoadLocal(const LocalVariable& local);
|
| +
|
| // Helpers for translating parts of the AST.
|
| void TranslateArgumentList(const ArgumentListNode& node,
|
| ZoneGrowableArray<Value*>* values);
|
|
|