| Index: runtime/vm/flow_graph_compiler_ia32.h
|
| ===================================================================
|
| --- runtime/vm/flow_graph_compiler_ia32.h (revision 11533)
|
| +++ runtime/vm/flow_graph_compiler_ia32.h (working copy)
|
| @@ -87,6 +87,12 @@
|
| PcDescriptors::Kind kind,
|
| LocationSummary* locs);
|
|
|
| + void GenerateDartCall(intptr_t deopt_id,
|
| + intptr_t token_pos,
|
| + const ExternalLabel* label,
|
| + PcDescriptors::Kind kind,
|
| + LocationSummary* locs);
|
| +
|
| void GenerateAssertAssignable(intptr_t deopt_id,
|
| intptr_t token_pos,
|
| const AbstractType& dst_type,
|
|
|