| Index: src/arm/lithium-codegen-arm.h
|
| diff --git a/src/arm/lithium-codegen-arm.h b/src/arm/lithium-codegen-arm.h
|
| index 21f792153ba9fd4020632b9977e867294e412eaf..1ef49c94751c8432a813d00b0edccf4a158755da 100644
|
| --- a/src/arm/lithium-codegen-arm.h
|
| +++ b/src/arm/lithium-codegen-arm.h
|
| @@ -227,6 +227,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
|
|
|