| Index: runtime/vm/opt_code_generator_ia32.h
|
| ===================================================================
|
| --- runtime/vm/opt_code_generator_ia32.h (revision 2732)
|
| +++ runtime/vm/opt_code_generator_ia32.h (working copy)
|
| @@ -154,6 +154,8 @@
|
| bool IsResultInEaxRequested(AstNode* node) const;
|
| bool NodeMayBeSmi(AstNode* node) const;
|
|
|
| + void HandleResult(AstNode* node, Register result_reg);
|
| +
|
| void PrintCollectedClassesAtId(AstNode* node, intptr_t id);
|
| void TraceOpt(AstNode* node, const char* message);
|
| void TraceNotOpt(AstNode* node, const char* message);
|
|
|