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

Unified Diff: src/heap/heap.h

Issue 1701963003: Filter invalid slots after array trimming. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix compile Created 4 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/heap.cc » ('j') | no next file with comments »
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 1eb9c7c8a8458d52077fe1b4ebb0dea8f870d78d..f8758bad83ae0656cfa5268d2f533a6cac874f10 100644
--- a/src/heap/heap.h
+++ b/src/heap/heap.h
@@ -1060,6 +1060,7 @@ class Heap {
}
void ClearRecordedSlot(HeapObject* object, Object** slot);
+ void ClearRecordedSlotRange(HeapObject* object, Object** start, Object** end);
// ===========================================================================
// Incremental marking API. ==================================================
« no previous file with comments | « no previous file | src/heap/heap.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698