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

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: updates Created 5 years, 6 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 | « no previous file | 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 a5a5f02ee7cb4a0db6306b963d7fb36e46bd1896..097d4a1f2d62803191a2f11d870a6b345299e457 100644
--- a/src/heap/mark-compact.h
+++ b/src/heap/mark-compact.h
@@ -667,6 +667,10 @@ class MarkCompactCollector {
void MigrateObject(HeapObject* dst, HeapObject* src, int size,
AllocationSpace to_old_space);
+ void MigrateObjectTagged(HeapObject* dst, HeapObject* src, int size);
+ void MigrateObjectMixed(HeapObject* dst, HeapObject* src, int size);
+ void MigrateObjectRaw(HeapObject* dst, HeapObject* src, int size);
+
bool TryPromoteObject(HeapObject* object, int object_size);
void InvalidateCode(Code* code);
« no previous file with comments | « no previous file | src/heap/mark-compact.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698