Chromium Code Reviews| Index: runtime/vm/flow_graph_compiler_x64.h |
| =================================================================== |
| --- runtime/vm/flow_graph_compiler_x64.h (revision 5412) |
| +++ runtime/vm/flow_graph_compiler_x64.h (working copy) |
| @@ -97,6 +97,10 @@ |
| void GenerateInstantiatorTypeArguments(intptr_t token_index); |
| + void CopyParameters(); |
| + |
| + intptr_t StackSize() const; |
| + |
| Assembler* assembler_; |
| const ParsedFunction& parsed_function_; |
| const GrowableArray<BlockEntryInstr*>* blocks_; |