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

Unified Diff: vm/flow_graph_builder.h

Issue 10825176: Refactor our IL instruction for static setters. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: Created 8 years, 4 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: vm/flow_graph_builder.h
===================================================================
--- vm/flow_graph_builder.h (revision 10216)
+++ vm/flow_graph_builder.h (working copy)
@@ -222,6 +222,8 @@
void BuildThrowNode(ThrowNode* node);
+ void BuildStaticSetter(StaticSetterNode* node, bool result_is_needed);
+
ClosureCallComp* BuildClosureCall(ClosureCallNode* node);
Value* BuildNullValue();
@@ -273,6 +275,7 @@
virtual void VisitInstanceSetterNode(InstanceSetterNode* node);
virtual void VisitThrowNode(ThrowNode* node);
virtual void VisitClosureCallNode(ClosureCallNode* node);
+ virtual void VisitStaticSetterNode(StaticSetterNode* node);
Value* value() const { return value_; }
« no previous file with comments | « vm/flow_graph_allocator.h ('k') | vm/flow_graph_builder.cc » ('j') | vm/parser.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698