| Index: runtime/vm/flow_graph_optimizer.h
|
| ===================================================================
|
| --- runtime/vm/flow_graph_optimizer.h (revision 16643)
|
| +++ runtime/vm/flow_graph_optimizer.h (working copy)
|
| @@ -100,6 +100,10 @@
|
| void InlineStringLengthGetter(InstanceCallInstr* call);
|
| void InlineStringIsEmptyGetter(InstanceCallInstr* call);
|
|
|
| + RawBool* InstanceOfAsBool(const ICData& ic_data,
|
| + const AbstractType& type) const;
|
| +
|
| +
|
| FlowGraph* flow_graph_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(FlowGraphOptimizer);
|
|
|