| Index: src/x64/virtual-frame-x64.h
|
| ===================================================================
|
| --- src/x64/virtual-frame-x64.h (revision 6954)
|
| +++ src/x64/virtual-frame-x64.h (working copy)
|
| @@ -399,6 +399,8 @@
|
| // Uses kScratchRegister, emits appropriate relocation info.
|
| void EmitPush(Handle<Object> value);
|
|
|
| + inline bool ConstantPoolOverflowed();
|
| +
|
| // Push an element on the virtual frame.
|
| inline void Push(Register reg, TypeInfo info = TypeInfo::Unknown());
|
| inline void Push(Handle<Object> value);
|
|
|