Chromium Code Reviews| Index: runtime/vm/assembler_x64.h |
| =================================================================== |
| --- runtime/vm/assembler_x64.h (revision 21290) |
| +++ runtime/vm/assembler_x64.h (working copy) |
| @@ -370,6 +370,8 @@ |
| void movsxd(Register dst, Register src); |
| void movsxd(Register dst, const Address& src); |
| + void rep_movsb(); |
| + |
| void leaq(Register dst, const Address& src); |
| void movss(XmmRegister dst, const Address& src); |