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

Unified Diff: runtime/vm/opt_code_generator_ia32.h

Issue 10356108: With removal of increment operations, each node has a unique id. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 7 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
« no previous file with comments | « runtime/vm/compiler.cc ('k') | runtime/vm/opt_code_generator_ia32.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/opt_code_generator_ia32.h
===================================================================
--- runtime/vm/opt_code_generator_ia32.h (revision 7508)
+++ runtime/vm/opt_code_generator_ia32.h (working copy)
@@ -73,7 +73,6 @@
DeoptReasonId reason_id);
void InlineInstanceGettersWithSameTarget(AstNode* node,
- intptr_t id,
AstNode* receiver,
const String& field_name,
Register recv_reg);
@@ -87,14 +86,12 @@
Register right_reg);
void InlineInstanceGetter(AstNode* node,
- intptr_t id,
AstNode* receiver,
const String& field_name,
Register recv_reg);
void GenerateInstanceSetter(const InstanceSetterArgs& args);
void InlineInstanceSetter(AstNode* node,
- intptr_t id,
AstNode* receiver,
const String& field_name,
Register recv_reg,
@@ -121,7 +118,6 @@
const Array& optional_argument_names);
void GenerateCheckedInstanceCalls(AstNode* node,
AstNode* receiver,
- intptr_t node_id,
intptr_t token_index,
intptr_t num_args,
const Array& optional_arguments_names);
@@ -149,7 +145,7 @@
void HandleResult(AstNode* node, Register result_reg);
void PropagateBackLocalClass(AstNode* node, const Class& cls);
- void PrintCollectedClassesAtId(AstNode* node, intptr_t id);
+ void PrintCollectedClasses(AstNode* node);
void TraceOpt(AstNode* node, const char* message);
void TraceNotOpt(AstNode* node, const char* message);
« no previous file with comments | « runtime/vm/compiler.cc ('k') | runtime/vm/opt_code_generator_ia32.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698