| Index: dart/runtime/vm/flow_graph_builder.h
|
| ===================================================================
|
| --- dart/runtime/vm/flow_graph_builder.h (revision 37111)
|
| +++ dart/runtime/vm/flow_graph_builder.h (working copy)
|
| @@ -199,6 +199,10 @@
|
| return guarded_fields_;
|
| }
|
|
|
| + ZoneGrowableArray<const LibraryPrefix*>* deferred_prefixes() const {
|
| + return parsed_function_->deferred_prefixes();
|
| + }
|
| +
|
| intptr_t temp_count() const { return temp_count_; }
|
| intptr_t AllocateTemp() { return temp_count_++; }
|
| void DeallocateTemps(intptr_t count) {
|
|
|