Index: runtime/vm/flow_graph_optimizer.h |
=================================================================== |
--- runtime/vm/flow_graph_optimizer.h (revision 39445) |
+++ runtime/vm/flow_graph_optimizer.h (working copy) |
@@ -131,8 +131,6 @@ |
bool TryReplaceInstanceCallWithInline(InstanceCallInstr* call); |
- LoadFieldInstr* BuildLoadStringLength(Definition* str); |
- |
Definition* PrepareInlineStringIndexOp(Instruction* call, |
intptr_t cid, |
Definition* str, |
@@ -149,6 +147,11 @@ |
TargetEntryInstr** entry, |
Definition** last); |
+ bool InlineDoubleOp(Token::Kind op_kind, |
+ Instruction* call, |
+ TargetEntryInstr** entry, |
+ Definition** last); |
+ |
bool InlineByteArrayViewLoad(Instruction* call, |
Definition* receiver, |
intptr_t array_cid, |