Index: src/heap.h |
=================================================================== |
--- src/heap.h (revision 2034) |
+++ src/heap.h (working copy) |
@@ -666,10 +666,11 @@ |
// Iterates a range of remembered set addresses starting with rset_start |
// corresponding to the range of allocated pointers |
// [object_start, object_end). |
- static void IterateRSetRange(Address object_start, |
- Address object_end, |
- Address rset_start, |
- ObjectSlotCallback copy_object_func); |
+ // Returns the number of bits that were set. |
+ static int IterateRSetRange(Address object_start, |
+ Address object_end, |
+ Address rset_start, |
+ ObjectSlotCallback copy_object_func); |
// Returns whether the object resides in new space. |
static inline bool InNewSpace(Object* object); |