Index: runtime/vm/compiler.h |
=================================================================== |
--- runtime/vm/compiler.h (revision 45580) |
+++ runtime/vm/compiler.h (working copy) |
@@ -73,6 +73,9 @@ |
// on compilation failure. |
static RawObject* EvaluateStaticInitializer(const Field& field); |
+ // Generates local var descriptors and sets it in 'code'. |
+ static void ComputeLocalVarDescriptors(const Code& code); |
+ |
// Eagerly compiles all functions in a class. |
// |
// Returns Error::null() if there is no compilation error. |