| Index: runtime/vm/code_generator_ia32.h
|
| ===================================================================
|
| --- runtime/vm/code_generator_ia32.h (revision 1367)
|
| +++ runtime/vm/code_generator_ia32.h (working copy)
|
| @@ -126,6 +126,8 @@
|
| void GenerateTypeArguments(ConstructorCallNode* node,
|
| bool is_cls_parameterized);
|
|
|
| + void TestClassAndJump(const Class& cls, Label *label);
|
| +
|
| intptr_t locals_space_size() const { return locals_space_size_; }
|
| void set_locals_space_size(intptr_t value) { locals_space_size_ = value; }
|
|
|
|
|