| Index: runtime/vm/flow_graph_optimizer.h
|
| ===================================================================
|
| --- runtime/vm/flow_graph_optimizer.h (revision 18171)
|
| +++ runtime/vm/flow_graph_optimizer.h (working copy)
|
| @@ -75,6 +75,10 @@
|
| LoadIndexedInstr* BuildStringCharCodeAt(InstanceCallInstr* call,
|
| intptr_t cid);
|
|
|
| + LoadIndexedInstr* BuildByteArrayViewLoad(InstanceCallInstr* call,
|
| + intptr_t receiver_cid,
|
| + intptr_t view_cid);
|
| +
|
| void AddCheckClass(InstanceCallInstr* call, Value* value);
|
|
|
| void InsertAfter(Instruction* prev,
|
|
|