Index: src/x64/lithium-codegen-x64.h |
diff --git a/src/x64/lithium-codegen-x64.h b/src/x64/lithium-codegen-x64.h |
index 4eab56c5b4b54789d67f74761fd89d56173cd3e1..08ad8a62474b1b3c87d356a83b37a460d705b177 100644 |
--- a/src/x64/lithium-codegen-x64.h |
+++ b/src/x64/lithium-codegen-x64.h |
@@ -192,6 +192,9 @@ class LCodeGen BASE_EMBEDDED { |
bool GenerateJumpTable(); |
bool GenerateSafepointTable(); |
+ // Generates the custom OSR entrypoint and sets the osr_pc_offset. |
+ void GenerateOsrPrologue(); |
+ |
enum SafepointMode { |
RECORD_SIMPLE_SAFEPOINT, |
RECORD_SAFEPOINT_WITH_REGISTERS |