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

Unified Diff: vm/opt_code_generator_ia32.h

Issue 10632009: Make the parser agnostic to the TokenStream implementation. This is the first step towards compacti… (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: Created 8 years, 6 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 | « vm/object.cc ('k') | vm/opt_code_generator_ia32.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vm/opt_code_generator_ia32.h
===================================================================
--- vm/opt_code_generator_ia32.h (revision 9042)
+++ vm/opt_code_generator_ia32.h (working copy)
@@ -96,7 +96,7 @@
Register recv_reg,
Register value_reg);
- void CallDeoptimize(intptr_t node_id, intptr_t token_index);
+ void CallDeoptimize(intptr_t node_id, intptr_t token_pos);
void GenerateSmiUnaryOp(UnaryOpNode* node);
void GenerateDoubleUnaryOp(UnaryOpNode* node);
@@ -111,17 +111,17 @@
Label* is_smi,
Label* not_double_or_smi);
void GenerateDirectCall(intptr_t node_id,
- intptr_t token_index,
+ intptr_t token_pos,
const Function& target,
intptr_t arg_count,
const Array& optional_argument_names);
void GenerateCheckedInstanceCalls(AstNode* node,
AstNode* receiver,
- intptr_t token_index,
+ intptr_t token_pos,
intptr_t num_args,
const Array& optional_arguments_names);
void GenerateInlineCacheCall(intptr_t node_id,
- intptr_t token_index,
+ intptr_t token_pos,
const ICData& ic_data,
intptr_t num_args,
const Array& optional_arguments_names);
« no previous file with comments | « vm/object.cc ('k') | vm/opt_code_generator_ia32.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698