| Index: src/x64/virtual-frame-x64.h
|
| ===================================================================
|
| --- src/x64/virtual-frame-x64.h (revision 7018)
|
| +++ src/x64/virtual-frame-x64.h (working copy)
|
| @@ -402,8 +402,8 @@
|
| inline bool ConstantPoolOverflowed();
|
|
|
| // Push an element on the virtual frame.
|
| + void Push(Handle<Object> value);
|
| inline void Push(Register reg, TypeInfo info = TypeInfo::Unknown());
|
| - inline void Push(Handle<Object> value);
|
| inline void Push(Smi* value);
|
|
|
| // Pushing a result invalidates it (its contents become owned by the
|
|
|