| Index: src/x64/codegen-x64.h
|
| ===================================================================
|
| --- src/x64/codegen-x64.h (revision 5389)
|
| +++ src/x64/codegen-x64.h (working copy)
|
| @@ -591,9 +591,7 @@
|
| };
|
| static InlineRuntimeLUT* FindInlineRuntimeLUT(Handle<String> name);
|
| bool CheckForInlineRuntimeCall(CallRuntime* node);
|
| - static bool PatchInlineRuntimeEntry(Handle<String> name,
|
| - const InlineRuntimeLUT& new_entry,
|
| - InlineRuntimeLUT* old_entry);
|
| +
|
| void ProcessDeclarations(ZoneList<Declaration*>* declarations);
|
|
|
| static Handle<Code> ComputeCallInitialize(int argc, InLoopFlag in_loop);
|
|
|