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

Unified Diff: runtime/vm/kernel_to_il.h

Issue 2790603002: VM [KERNEL] Elide null-initialization of the fields (Closed)
Patch Set: VM [KERNEL] Elide null-initialization of the fields Created 3 years, 9 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/kernel_to_il.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/kernel_to_il.h
diff --git a/runtime/vm/kernel_to_il.h b/runtime/vm/kernel_to_il.h
index 1a58d4f83081255be3ac149bc0e22788f0cd7616..7aa725a1da6980c0c624603f89f4f5b52538c7a1 100644
--- a/runtime/vm/kernel_to_il.h
+++ b/runtime/vm/kernel_to_il.h
@@ -819,6 +819,7 @@ class FlowGraphBuilder : public ExpressionVisitor, public StatementVisitor {
Fragment TranslateInitializers(Class* kernel_klass,
List<Initializer>* initialiers);
+ Fragment TranslateFieldInitializer(Field* field, Expression* init);
Fragment TranslateStatement(Statement* statement);
Fragment TranslateCondition(Expression* expression, bool* negate);
« no previous file with comments | « no previous file | runtime/vm/kernel_to_il.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698