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

Unified Diff: runtime/vm/flow_graph_builder.h

Issue 10855053: Align AllocateObjectComp and AllocateObjectWithBoundsCheckComp with ssa allocator. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
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
« no previous file with comments | « no previous file | runtime/vm/flow_graph_builder.cc » ('j') | runtime/vm/flow_graph_builder.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/flow_graph_builder.h
diff --git a/runtime/vm/flow_graph_builder.h b/runtime/vm/flow_graph_builder.h
index c6c50fe0c0007e35dededf18115bd4520191f6f2..ebe94b719dfc670b2e4c886df71bed49bca177fe 100644
--- a/runtime/vm/flow_graph_builder.h
+++ b/runtime/vm/flow_graph_builder.h
@@ -178,11 +178,14 @@ class EffectGraphVisitor : public AstNodeVisitor {
const AbstractTypeArguments& type_arguments);
// Creates a possibly uninstantiated type argument vector and the type
- // argument vector of the instantiator (two values in 'args') used in
+ // argument vector of the instantiator used in
// preparation of a constructor call.
// May be called only if allocating an object of a parameterized class.
- void BuildConstructorTypeArguments(ConstructorCallNode* node,
- ZoneGrowableArray<Value*>* args);
+ void BuildConstructorTypeArguments(
+ ConstructorCallNode* node,
+ Value** type_arguments,
+ Value** instantiator,
+ ZoneGrowableArray<PushArgumentInstr*>* call_arguments);
void BuildTypecheckArguments(intptr_t token_pos,
Value** instantiator,
« no previous file with comments | « no previous file | runtime/vm/flow_graph_builder.cc » ('j') | runtime/vm/flow_graph_builder.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698