Chromium Code Reviews| Index: src/x64/virtual-frame-x64.h |
| =================================================================== |
| --- src/x64/virtual-frame-x64.h (revision 2267) |
| +++ src/x64/virtual-frame-x64.h (working copy) |
| @@ -376,6 +376,8 @@ |
| void EmitPush(Register reg); |
| void EmitPush(const Operand& operand); |
| void EmitPush(Immediate immediate); |
| + // Uses kScratchRegister, emits appropriate relocation info. |
| + void EmitPush(Handle<Object> value); |
| // Push an element on the virtual frame. |
| void Push(Register reg); |