| Index: src/x64/lithium-codegen-x64.h
|
| diff --git a/src/x64/lithium-codegen-x64.h b/src/x64/lithium-codegen-x64.h
|
| index f994645019dedc07c92525513749cda10d7a524b..bc8178fcf646031f2f4a4fa63537f917fc58588c 100644
|
| --- a/src/x64/lithium-codegen-x64.h
|
| +++ b/src/x64/lithium-codegen-x64.h
|
| @@ -182,6 +182,10 @@ class LCodeGen V8_FINAL BASE_EMBEDDED {
|
|
|
| void AddDeferredCode(LDeferredCode* code) { deferred_.Add(code, zone()); }
|
|
|
| +
|
| + void SaveCallerDoubles();
|
| + void RestoreCallerDoubles();
|
| +
|
| // Code generation passes. Returns true if code generation should
|
| // continue.
|
| bool GeneratePrologue();
|
|
|