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

Unified Diff: src/heap/remembered-set.h

Issue 2045263002: [heap] Avoid the use of cells to point from code to new-space objects. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 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
Index: src/heap/remembered-set.h
diff --git a/src/heap/remembered-set.h b/src/heap/remembered-set.h
index 339748cbd723e5aedd36906e721924e98e54244c..40bcb9d6d05d834e9e36d4f730fb5b642a352942 100644
--- a/src/heap/remembered-set.h
+++ b/src/heap/remembered-set.h
@@ -227,6 +227,8 @@ class RememberedSet {
}
static bool IsValidSlot(Heap* heap, MemoryChunk* chunk, Object** slot);
+ static bool IsValidTypedSlot(Heap* heap, MemoryChunk* chunk, SlotType type,
+ Address host_addr, Address slot);
};
class UpdateTypedSlotHelper {

Powered by Google App Engine
This is Rietveld 408576698