| Index: src/heap/mark-compact.h
|
| diff --git a/src/heap/mark-compact.h b/src/heap/mark-compact.h
|
| index 3db029e61021f87628087d286fefec3c89e1bf86..0aa30d12f868e4976d30631fe50194feab344f47 100644
|
| --- a/src/heap/mark-compact.h
|
| +++ b/src/heap/mark-compact.h
|
| @@ -745,6 +745,9 @@ class MarkCompactCollector {
|
| // invalid_object.
|
| void RemoveObjectSlots(HeapObject* invalid_object);
|
|
|
| + // Record slots of deoptimized code that may point to evacuation candidates.
|
| + void RecordDeoptimizedCodeSlots(Code* code);
|
| +
|
| private:
|
| class SweeperTask;
|
|
|
|
|