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

Unified Diff: runtime/vm/flow_graph_builder.h

Issue 2859673002: Pass type argument vector to generic functions (if --reify-generic-functions is (Closed)
Patch Set: Created 3 years, 8 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: runtime/vm/flow_graph_builder.h
diff --git a/runtime/vm/flow_graph_builder.h b/runtime/vm/flow_graph_builder.h
index b331c1e7d2d40f784d2aa0376a925dc8bcd70927..41f7e95af534e73e59d445c914d48d6a73229c6f 100644
--- a/runtime/vm/flow_graph_builder.h
+++ b/runtime/vm/flow_graph_builder.h
@@ -316,6 +316,8 @@ class EffectGraphVisitor : public AstNodeVisitor {
StoreBarrierType emit_store_barrier);
// Helpers for translating parts of the AST.
+ void BuildPushTypeArguments(const ArgumentListNode& node,
+ ZoneGrowableArray<PushArgumentInstr*>* values);
void BuildPushArguments(const ArgumentListNode& node,
ZoneGrowableArray<PushArgumentInstr*>* values);

Powered by Google App Engine
This is Rietveld 408576698