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

Unified Diff: vm/opt_code_generator_ia32.h

Issue 8404009: Restructure instance calls in optimizing compiler. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: '' Created 9 years, 2 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/ic_data_test.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 834)
+++ vm/opt_code_generator_ia32.h (working copy)
@@ -91,6 +91,17 @@
Register temp,
Label* is_smi,
Label* not_double_or_smi);
+ void GenerateDirectCall(intptr_t node_id,
+ intptr_t token_index,
+ Function& target,
+ intptr_t arg_count,
+ 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_argument_names);
bool GenerateSmiComparison(ComparisonNode* node);
bool GenerateDoubleComparison(ComparisonNode* node);
bool GenerateEqualityComparison(ComparisonNode* node);
@@ -98,8 +109,6 @@
void GenerateConditionalJumps(const CodeGenInfo& nInfo, Condition condition);
bool TryInlineInstanceCall(InstanceCallNode* node);
bool TryInlineStaticCall(StaticCallNode* node);
- bool GenerateCheckedInstanceCalls(InstanceCallNode* node);
- void GenerateDirectInstanceCall(InstanceCallNode* node, const Class& cls);
bool IsResultInEaxRequested(AstNode* node) const;
bool NodeMayBeSmi(AstNode* node) const;
« no previous file with comments | « vm/ic_data_test.cc ('k') | vm/opt_code_generator_ia32.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698