| Index: runtime/vm/flow_graph.h
|
| diff --git a/runtime/vm/flow_graph.h b/runtime/vm/flow_graph.h
|
| index d4d9d2fa8e4b4b057fa12c80ca50662390728ade..9962f49098fc4c0f3f15cdf3d8bbc49ab0032bf1 100644
|
| --- a/runtime/vm/flow_graph.h
|
| +++ b/runtime/vm/flow_graph.h
|
| @@ -159,6 +159,9 @@ class FlowGraph : public ZoneAllocated {
|
| return current_ssa_temp_index();
|
| }
|
|
|
| + bool InstanceCallNeedsClassCheck(InstanceCallInstr* call,
|
| + RawFunction::Kind kind) const;
|
| +
|
| Thread* thread() const { return thread_; }
|
| Zone* zone() const { return thread()->zone(); }
|
| Isolate* isolate() const { return thread()->isolate(); }
|
|
|