| Index: runtime/vm/flow_graph_optimizer.h
|
| ===================================================================
|
| --- runtime/vm/flow_graph_optimizer.h (revision 19765)
|
| +++ runtime/vm/flow_graph_optimizer.h (working copy)
|
| @@ -87,9 +87,15 @@
|
| LoadIndexedInstr* BuildStringCodeUnitAt(InstanceCallInstr* call,
|
| intptr_t cid);
|
|
|
| - LoadIndexedInstr* BuildByteArrayViewLoad(InstanceCallInstr* call,
|
| - intptr_t receiver_cid,
|
| - intptr_t view_cid);
|
| + bool BuildByteArrayViewLoad(InstanceCallInstr* call,
|
| + intptr_t receiver_cid,
|
| + intptr_t view_cid);
|
| + bool BuildByteArrayViewStore(InstanceCallInstr* call,
|
| + intptr_t receiver_cid,
|
| + intptr_t view_cid);
|
| + void PrepareByteArrayViewOp(InstanceCallInstr* call,
|
| + intptr_t receiver_cid,
|
| + intptr_t view_cid);
|
|
|
| // Insert a check of 'to_check' determined by 'unary_checks'. If the
|
| // check fails it will deoptimize to 'deopt_id' using the deoptimization
|
|
|