| Index: runtime/vm/flow_graph_optimizer.h
|
| ===================================================================
|
| --- runtime/vm/flow_graph_optimizer.h (revision 22603)
|
| +++ runtime/vm/flow_graph_optimizer.h (working copy)
|
| @@ -149,6 +149,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;
|
|
|