Index: src/ia32/lithium-codegen-ia32.h |
diff --git a/src/ia32/lithium-codegen-ia32.h b/src/ia32/lithium-codegen-ia32.h |
index 27295da8b80ddc8ac8d4373eaed02d17988d04ad..d7df917005fb6c5ad5c2fd76ae11b8e9cfb9f362 100644 |
--- a/src/ia32/lithium-codegen-ia32.h |
+++ b/src/ia32/lithium-codegen-ia32.h |
@@ -225,6 +225,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_AND_NO_ARGUMENTS |