Home | History | Annotate | Download | only in heap

Lines Matching full:overflowed

957 // the marking stack.  Instead, we mark them as both marked and overflowed.
958 // When the stack is in the overflowed state, objects marked as overflowed
961 // the heap looking for objects marked as overflowed, push them on the stack,
1438 // overflowed objects in the heap.
1509 // Fill the marking stack with overflowed objects returned by the given
1818 // There may be overflowed objects in the heap. Visit them now.
1819 while (marking_deque_.overflowed()) {
1860 // marking stack have been marked, or are overflowed in the heap.
1882 // Sweep the heap for overflowed objects, clear their overflow bits, and
1885 // overflowed objects in the heap so the overflow flag on the markings stack
1889 DCHECK(marking_deque_.overflowed());
1913 // pointers. After: the marking stack is empty and there are no overflowed
1917 while (marking_deque_.overflowed()) {
1929 DCHECK(marking_deque_.IsEmpty() && !marking_deque_.overflowed());