| Index: runtime/vm/flow_graph_optimizer.h
|
| ===================================================================
|
| --- runtime/vm/flow_graph_optimizer.h (revision 22688)
|
| +++ runtime/vm/flow_graph_optimizer.h (working copy)
|
| @@ -155,6 +155,7 @@
|
| void InlineGrowableArrayCapacityGetter(InstanceCallInstr* call);
|
| void InlineStringLengthGetter(InstanceCallInstr* call);
|
| void InlineStringIsEmptyGetter(InstanceCallInstr* call);
|
| + void InlineObjectCid(InstanceCallInstr* call);
|
|
|
| RawBool* InstanceOfAsBool(const ICData& ic_data,
|
| const AbstractType& type) const;
|
|
|