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

Unified Diff: src/heap/heap.h

Issue 1406133003: [heap] fix crash during the scavenge of ArrayBuffer (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: fix ref Created 5 years, 2 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 5ffb58e1a495a0bd59d9fc7dbc22ec72a5186d21..778a35de34a3860f4509dfc9440640c88f9b042e 100644
--- a/src/heap/heap.h
+++ b/src/heap/heap.h
@@ -1251,6 +1251,9 @@ class Heap {
// Iterate pointers to from semispace of new space found in memory interval
// from start to end within |object|.
+ void IteratePointersToFromSpace(HeapObject* target, int size,
Michael Starzinger 2015/10/27 18:20:43 Really? Between the comment that talks about "obje
fedor.indutny 2015/10/27 18:22:42 Gosh, this was an awful place to put the function
+ ObjectSlotCallback callback);
+
void IterateAndMarkPointersToFromSpace(HeapObject* object, Address start,
Address end, bool record_slots,
ObjectSlotCallback callback);
« 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