Index: src/mark-compact.h |
diff --git a/src/mark-compact.h b/src/mark-compact.h |
index 83aa1e8792c7e964c85de7083dbf8fb4206def15..03743beacbae2a07c0e8d958fd597113b81a9794 100644 |
--- a/src/mark-compact.h |
+++ b/src/mark-compact.h |
@@ -918,6 +918,10 @@ class MarkCompactCollector { |
void EvacuateNewSpaceAndCandidates(); |
+ // Moves the pages of the evacuation_candidates_ list to the end of their |
+ // corresponding space pages list. |
+ void MoveEvacuationCandidatesToEndOfPagesList(); |
+ |
void SweepSpace(PagedSpace* space, SweeperType sweeper); |
// Finalizes the parallel sweeping phase. Marks all the pages that were |