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

Unified Diff: src/heap/store-buffer.h

Issue 946973008: Just add slots that point to to-space objects back to the store buffer. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 10 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/store-buffer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap/store-buffer.h
diff --git a/src/heap/store-buffer.h b/src/heap/store-buffer.h
index 5efd6922bcd6bc30f3a21c298761ae52beeb8513..30ef18f54f08f9c924f206dfde212e6c55c77e1f 100644
--- a/src/heap/store-buffer.h
+++ b/src/heap/store-buffer.h
@@ -148,6 +148,9 @@ class StoreBuffer {
// Set the map field of the object to NULL if contains a map.
inline void ClearDeadObject(HeapObject* object);
+ void ProcessOldToNewSlot(Address slot_address,
+ ObjectSlotCallback slot_callback, bool clear_maps);
+
void IteratePointersToNewSpace(ObjectSlotCallback callback, bool clear_maps);
void FindPointersToNewSpaceInRegion(Address start, Address end,
« no previous file with comments | « no previous file | src/heap/store-buffer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698