| Index: runtime/vm/flow_graph_optimizer.h
|
| ===================================================================
|
| --- runtime/vm/flow_graph_optimizer.h (revision 35442)
|
| +++ runtime/vm/flow_graph_optimizer.h (working copy)
|
| @@ -225,7 +225,8 @@
|
| void InlineImplicitInstanceGetter(InstanceCallInstr* call);
|
|
|
| RawBool* InstanceOfAsBool(const ICData& ic_data,
|
| - const AbstractType& type) const;
|
| + const AbstractType& type,
|
| + ZoneGrowableArray<intptr_t>* results) const;
|
|
|
| void ReplaceWithMathCFunction(InstanceCallInstr* call,
|
| MethodRecognizer::Kind recognized_kind);
|
|
|