Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(550)

Unified Diff: runtime/vm/flow_graph_optimizer.h

Issue 12038013: Reland r17365. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: replace enter with EnterFrame Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: runtime/vm/flow_graph_optimizer.h
diff --git a/runtime/vm/flow_graph_optimizer.h b/runtime/vm/flow_graph_optimizer.h
index 45285cc70913a23ee4bb7a7ae644a40c8712c2b8..7b4d0559ddb229028f579c7c85c4a8a9da8ec70c 100644
--- a/runtime/vm/flow_graph_optimizer.h
+++ b/runtime/vm/flow_graph_optimizer.h
@@ -106,6 +106,8 @@ class FlowGraphOptimizer : public FlowGraphVisitor {
RawBool* InstanceOfAsBool(const ICData& ic_data,
const AbstractType& type) const;
+ void ReplaceWithMathCFunction(InstanceCallInstr* call,
+ MethodRecognizer::Kind recognized_kind);
FlowGraph* flow_graph_;

Powered by Google App Engine
This is Rietveld 408576698