Index: src/ia32/codegen-ia32.h |
=================================================================== |
--- src/ia32/codegen-ia32.h (revision 3095) |
+++ src/ia32/codegen-ia32.h (working copy) |
@@ -511,10 +511,11 @@ |
const InlineRuntimeLUT& new_entry, |
InlineRuntimeLUT* old_entry); |
+ static Handle<Code> ComputeLazyCompile(int argc); |
Handle<JSFunction> BuildBoilerplate(FunctionLiteral* node); |
void ProcessDeclarations(ZoneList<Declaration*>* declarations); |
- Handle<Code> ComputeCallInitialize(int argc, InLoopFlag in_loop); |
+ static Handle<Code> ComputeCallInitialize(int argc, InLoopFlag in_loop); |
// Declare global variables and functions in the given array of |
// name/value pairs. |
@@ -617,6 +618,7 @@ |
friend class Reference; |
friend class Result; |
friend class FastCodeGenerator; |
+ friend class CodeGenSelector; |
friend class CodeGeneratorPatcher; // Used in test-log-stack-tracer.cc |