| Index: src/x64/virtual-frame-x64.h
|
| ===================================================================
|
| --- src/x64/virtual-frame-x64.h (revision 6967)
|
| +++ src/x64/virtual-frame-x64.h (working copy)
|
| @@ -1,4 +1,4 @@
|
| -// Copyright 2009 the V8 project authors. All rights reserved.
|
| +// Copyright 2011 the V8 project authors. All rights reserved.
|
| // Redistribution and use in source and binary forms, with or without
|
| // modification, are permitted provided that the following conditions are
|
| // met:
|
| @@ -400,6 +400,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);
|
|
|