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

Unified Diff: runtime/vm/code_generator_x64.h

Issue 8992020: First part of inspecting local variables (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 9 years 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/code_generator_x64.h
===================================================================
--- runtime/vm/code_generator_x64.h (revision 2646)
+++ runtime/vm/code_generator_x64.h (working copy)
@@ -94,6 +94,9 @@
void GenerateCode();
virtual void GenerateDeferredCode();
+ // Add local variable descriptors to code.
+ void FinalizeVarDescriptors(const Code& code);
+
#define DEFINE_VISITOR_FUNCTION(type, name) \
virtual void Visit##type(type* node);
NODE_LIST(DEFINE_VISITOR_FUNCTION)

Powered by Google App Engine
This is Rietveld 408576698