| Index: src/a64/lithium-codegen-a64.h
|
| diff --git a/src/a64/lithium-codegen-a64.h b/src/a64/lithium-codegen-a64.h
|
| index 1f934d93d1a37ed879861d813672f41f4b563ef8..9ecb7f9880388e708fcd19a5adb0509a6b6e65c7 100644
|
| --- a/src/a64/lithium-codegen-a64.h
|
| +++ b/src/a64/lithium-codegen-a64.h
|
| @@ -303,6 +303,9 @@ class LCodeGen BASE_EMBEDDED {
|
| bool GenerateDeoptJumpTable();
|
| 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
|
|
|