| Index: src/x64/codegen-x64.h
|
| ===================================================================
|
| --- src/x64/codegen-x64.h (revision 5873)
|
| +++ 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);
|
| @@ -668,6 +669,7 @@
|
|
|
| void GenerateHasCachedArrayIndex(ZoneList<Expression*>* args);
|
| void GenerateGetCachedArrayIndex(ZoneList<Expression*>* args);
|
| + void GenerateFastAsciiArrayJoin(ZoneList<Expression*>* args);
|
|
|
| // Simple condition analysis.
|
| enum ConditionAnalysis {
|
|
|