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

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

Issue 1135353003: Factor out handling of mixed objects preprocessing after migration (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 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
Index: src/heap/mark-compact.h
diff --git a/src/heap/mark-compact.h b/src/heap/mark-compact.h
index 322965decdd4e6d57a403f152c85ab8a07c26c16..6373a54f24a13a011133219327e44b593dc16ca7 100644
--- a/src/heap/mark-compact.h
+++ b/src/heap/mark-compact.h
@@ -648,6 +648,8 @@ class MarkCompactCollector {
Object** anchor_slot, Object** slot, Object* object,
SlotsBuffer::AdditionMode mode = SlotsBuffer::FAIL_ON_OVERFLOW));
+ void MigrateMixedObjectEpilog(HeapObject* dst);
+
void MigrateObject(HeapObject* dst, HeapObject* src, int size,
AllocationSpace to_old_space);
« no previous file with comments | « src/heap/heap.cc ('k') | src/heap/mark-compact.cc » ('j') | src/heap/mark-compact.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698