Chromium Code Reviews| Index: src/x64/virtual-frame-x64.h |
| =================================================================== |
| --- src/x64/virtual-frame-x64.h (revision 2780) |
| +++ src/x64/virtual-frame-x64.h (working copy) |
| @@ -375,6 +375,7 @@ |
| // corresponding push instruction. |
| void EmitPush(Register reg); |
| void EmitPush(const Operand& operand); |
| + void EmitPush(Heap::RootListIndex index); |
| void EmitPush(Immediate immediate); |
| // Uses kScratchRegister, emits appropriate relocation info. |
| void EmitPush(Handle<Object> value); |