Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(396)

Unified Diff: src/heap/mark-compact.h

Issue 1413763011: [heap] Fix rescanning live objects when aborting compaction. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Addressed comments Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/heap/gc-tracer.cc ('k') | src/heap/mark-compact.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « src/heap/gc-tracer.cc ('k') | src/heap/mark-compact.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698