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

Unified Diff: src/heap/heap.h

Issue 1988623002: Ensure black and gray objects are kept around by scavenger (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix for black pages Created 4 years, 7 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/heap.cc » ('j') | src/heap/heap.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap/heap.h
diff --git a/src/heap/heap.h b/src/heap/heap.h
index 0fd7aabb5c8fab3b3386852cd0879a1d156544ac..9176e7a6180c0354e4bb697b46de39ba74eb60d5 100644
--- a/src/heap/heap.h
+++ b/src/heap/heap.h
@@ -1071,6 +1071,9 @@ class Heap {
Address end, bool record_slots,
ObjectSlotCallback callback);
+ // Iterates over all objects in the new space marked by MarkCompact.
+ void IterateMarkedForScavenger(ObjectVisitor* v);
Hannes Payer (out of office) 2016/05/20 07:34:41 IterateMarkedObjects
Marcel Hlopko 2016/05/20 14:31:41 Done.
+
// ===========================================================================
// Store buffer API. =========================================================
// ===========================================================================
« no previous file with comments | « src/heap/gc-tracer.cc ('k') | src/heap/heap.cc » ('j') | src/heap/heap.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698