| Index: runtime/vm/flow_graph_builder.h
|
| ===================================================================
|
| --- runtime/vm/flow_graph_builder.h (revision 6209)
|
| +++ runtime/vm/flow_graph_builder.h (working copy)
|
| @@ -157,6 +157,12 @@
|
| virtual void CompiletimeStringInterpolation(const Function& interpol_func,
|
| const Array& literals);
|
|
|
| + TempVal* BuildObjectAllocation(ConstructorCallNode* node,
|
| + int start_index);
|
| + void BuildConstructorCall(ConstructorCallNode* node,
|
| + int start_index,
|
| + Value* alloc_value);
|
| +
|
| private:
|
| // Specify a computation as the final result. Adds a Do instruction to
|
| // the graph, but normally overridden in subclasses.
|
|
|