Chromium Code Reviews| Index: runtime/vm/flow_graph_compiler_x64.h |
| =================================================================== |
| --- runtime/vm/flow_graph_compiler_x64.h (revision 17135) |
| +++ runtime/vm/flow_graph_compiler_x64.h (working copy) |
| @@ -243,6 +243,12 @@ |
| static FieldAddress ElementAddressForRegIndex(intptr_t cid, |
| Register array, |
| Register index); |
| + static Address ExternalElementAddressForIntIndex(intptr_t cid, |
| + Register array, |
| + intptr_t offset); |
| + static Address ExternalElementAddressForRegIndex(intptr_t cid, |
| + Register array, |
| + Register index); |
| private: |
| void EmitFrameEntry(); |