| Index: runtime/vm/flow_graph_optimizer.h
|
| ===================================================================
|
| --- runtime/vm/flow_graph_optimizer.h (revision 18758)
|
| +++ runtime/vm/flow_graph_optimizer.h (working copy)
|
| @@ -62,6 +62,10 @@
|
| Definition** array,
|
| Definition** index);
|
| bool TryReplaceWithStoreIndexed(InstanceCallInstr* call);
|
| + bool TryInlineByteArraySetIndexed(InstanceCallInstr* call);
|
| + void BuildStoreIndexed(InstanceCallInstr* call,
|
| + const ICData& value_check,
|
| + intptr_t class_id);
|
| bool TryReplaceWithLoadIndexed(InstanceCallInstr* call);
|
|
|
| bool TryReplaceWithBinaryOp(InstanceCallInstr* call, Token::Kind op_kind);
|
|
|