Home | History | Annotate | Download | only in src

Lines Matching refs:overflowed

755 // the marking stack.  Instead, we mark them as both marked and overflowed.
756 // When the stack is in the overflowed state, objects marked as overflowed
759 // the heap looking for objects marked as overflowed, push them on the stack,
1741 // overflowed objects in the heap.
1947 // Fill the marking stack with overflowed objects returned by the given
2078 // There may be overflowed objects in the heap. Visit them now.
2079 while (marking_deque_.overflowed()) {
2169 // marking stack have been marked, or are overflowed in the heap.
2192 // Sweep the heap for overflowed objects, clear their overflow bits, and
2195 // overflowed objects in the heap so the overflow flag on the markings stack
2198 ASSERT(marking_deque_.overflowed());
2241 // pointers. After: the marking stack is empty and there are no overflowed
2245 while (marking_deque_.overflowed()) {
2275 // Both markers use grey color to mark overflowed objects so
2282 incremental_marking->marking_deque()->overflowed();
2302 ASSERT(!marking_deque_.overflowed());
2305 // There are overflowed objects left in the heap after incremental marking.
2347 while (marking_deque_.overflowed()) {