Chromium Code Reviews| Index: runtime/vm/code_generator_x64.h |
| =================================================================== |
| --- runtime/vm/code_generator_x64.h (revision 4847) |
| +++ runtime/vm/code_generator_x64.h (working copy) |
| @@ -212,6 +212,8 @@ |
| void GenerateInlinedFinallyBlocks(SourceLabel* label); |
| + void HandleBackwardBranch(intptr_t loop_id, intptr_t token_index); |
| + |
| void ErrorMsg(intptr_t token_index, const char* format, ...); |
| int generate_next_try_index() { return try_index_ += 1; } |