| Index: src/full-codegen.h
|
| diff --git a/src/full-codegen.h b/src/full-codegen.h
|
| index 287ff483da234a20231513030b2ef9bc5561c507..008493bcb7cebb37694f9dfe9480c402da4e8463 100644
|
| --- a/src/full-codegen.h
|
| +++ b/src/full-codegen.h
|
| @@ -931,10 +931,10 @@ class BackEdgeTable {
|
|
|
| // Change a back edge patched for on-stack replacement to perform a
|
| // stack check first.
|
| - static void AddStackCheck(CompilationInfo* info);
|
| + static void AddStackCheck(Handle<Code> code, uint32_t pc_offset);
|
|
|
| - // Remove the stack check, if available, and replace by on-stack replacement.
|
| - static void RemoveStackCheck(CompilationInfo* info);
|
| + // Revert the patch by AddStackCheck.
|
| + static void RemoveStackCheck(Handle<Code> code, uint32_t pc_offset);
|
|
|
| // Return the current patch state of the back edge.
|
| static BackEdgeState GetBackEdgeState(Isolate* isolate,
|
|
|