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

Unified Diff: runtime/vm/kernel.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.h
diff --git a/runtime/vm/kernel.h b/runtime/vm/kernel.h
index 81e5dcc1bc76c6a4d1499623034de9733f98ef66..f73e346357ca5d495274d0b8bc5681c0e7415526 100644
--- a/runtime/vm/kernel.h
+++ b/runtime/vm/kernel.h
@@ -1057,6 +1057,7 @@ class VariableGet : public Expression {
VariableGet() {}
Ref<VariableDeclaration> variable_;
+ intptr_t variable_kernel_offset_;
DISALLOW_COPY_AND_ASSIGN(VariableGet);
};

Powered by Google App Engine
This is Rietveld 408576698