Chromium Code Reviews| Index: runtime/vm/flow_graph_compiler_x64.h |
| =================================================================== |
| --- runtime/vm/flow_graph_compiler_x64.h (revision 8552) |
| +++ runtime/vm/flow_graph_compiler_x64.h (working copy) |
| @@ -137,6 +137,8 @@ |
| const Array& arguments_descriptor, |
| intptr_t argument_count); |
| + void EmitLoadIndexedGeneric(LoadIndexedComp* comp); |
| + |
| intptr_t StackSize() const; |
| // Returns assembler label associated with the given block entry. |