Chromium Code Reviews| Index: runtime/vm/flow_graph_inliner.cc |
| =================================================================== |
| --- runtime/vm/flow_graph_inliner.cc (revision 31662) |
| +++ runtime/vm/flow_graph_inliner.cc (working copy) |
| @@ -1060,7 +1060,7 @@ |
| bool PolymorphicInliner::TryInlining(intptr_t receiver_cid, |
| const Function& target) { |
| - if (!target.IsOptimizable()) { |
| + if (!target.IsInlineable()) { |
| if (TryInlineRecognizedMethod(receiver_cid, target)) { |
| owner_->inlined_ = true; |
| return true; |