Index: src/x64/codegen-x64.h |
=================================================================== |
--- src/x64/codegen-x64.h (revision 5865) |
+++ src/x64/codegen-x64.h (working copy) |
@@ -585,7 +585,8 @@ |
void DeclareGlobals(Handle<FixedArray> pairs); |
// Instantiate the function based on the shared function info. |
- void InstantiateFunction(Handle<SharedFunctionInfo> function_info); |
+ void InstantiateFunction(Handle<SharedFunctionInfo> function_info, |
+ bool pretenure); |
// Support for type checks. |
void GenerateIsSmi(ZoneList<Expression*>* args); |