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

Unified Diff: runtime/vm/kernel_to_il.h

Issue 2790093002: Hacky streaming of VariableGet (Closed)
Patch Set: 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
Index: runtime/vm/kernel_to_il.h
diff --git a/runtime/vm/kernel_to_il.h b/runtime/vm/kernel_to_il.h
index af988e78c2c502bba66355763900bafaf17402e8..7102f771c2fdf06e28da408db2d4e213cc6191b8 100644
--- a/runtime/vm/kernel_to_il.h
+++ b/runtime/vm/kernel_to_il.h
@@ -977,6 +977,7 @@ class FlowGraphBuilder : public ExpressionVisitor, public StatementVisitor {
LocalVariable* variable,
intptr_t pos);
dart::LocalVariable* LookupVariable(VariableDeclaration* var);
+ dart::LocalVariable* LookupVariable(intptr_t kernel_offset);
void SetTempIndex(Definition* definition);

Powered by Google App Engine
This is Rietveld 408576698