| Index: src/heap/mark-compact.h
|
| diff --git a/src/heap/mark-compact.h b/src/heap/mark-compact.h
|
| index da75d6c983c983518e88893d6ed520db9ff76080..89d38e04b9c83a4fac3a0e4fb33584863534364d 100644
|
| --- a/src/heap/mark-compact.h
|
| +++ b/src/heap/mark-compact.h
|
| @@ -728,6 +728,10 @@ class MarkCompactCollector {
|
|
|
| void EvacuateNewSpaceAndCandidates();
|
|
|
| + void VisitLiveObjects(Page* page, ObjectVisitor* visitor);
|
| +
|
| + void SweepAbortedPages();
|
| +
|
| void ReleaseEvacuationCandidates();
|
|
|
| // Moves the pages of the evacuation_candidates_ list to the end of their
|
|
|