| Index: runtime/vm/flow_graph_compiler.h
|
| diff --git a/runtime/vm/flow_graph_compiler.h b/runtime/vm/flow_graph_compiler.h
|
| index 7a1e1569a035cf7d8b0744b2811cf0d8f3d7025a..e09ee5ccd1d28aea2e4a89b0a17171891aff6524 100644
|
| --- a/runtime/vm/flow_graph_compiler.h
|
| +++ b/runtime/vm/flow_graph_compiler.h
|
| @@ -382,6 +382,12 @@ class FlowGraphCompiler : public ValueObject {
|
| const StubEntry& stub_entry,
|
| RawPcDescriptors::Kind kind,
|
| LocationSummary* locs);
|
| + void GenerateStaticDartCall(intptr_t deopt_id,
|
| + TokenPosition token_pos,
|
| + const StubEntry& stub_entry,
|
| + RawPcDescriptors::Kind kind,
|
| + LocationSummary* locs,
|
| + const Function& target);
|
|
|
| void GenerateAssertAssignable(TokenPosition token_pos,
|
| intptr_t deopt_id,
|
|
|