Chromium Code Reviews| Index: runtime/vm/flow_graph_compiler.h |
| =================================================================== |
| --- runtime/vm/flow_graph_compiler.h (revision 35591) |
| +++ runtime/vm/flow_graph_compiler.h (working copy) |
| @@ -571,6 +571,8 @@ |
| return cls.raw() == list_class_.raw(); |
| } |
| + void EmitSourceLine(Instruction* instr); |
| + |
| class Assembler* assembler_; |
| const ParsedFunction& parsed_function_; |
| const FlowGraph& flow_graph_; |