Lines Matching full:overflowed
1004 // the marking stack. Instead, we mark them as both marked and overflowed.
1005 // When the stack is in the overflowed state, objects marked as overflowed
1008 // the heap looking for objects marked as overflowed, push them on the stack,
1866 // overflowed objects in the heap.
1925 // Fill the marking stack with overflowed objects returned by the given
2128 // There may be overflowed objects in the heap. Visit them now.
2129 while (marking_deque_.overflowed()) {
2171 // marking stack have been marked, or are overflowed in the heap.
2188 // Sweep the heap for overflowed objects, clear their overflow bits, and
2191 // overflowed objects in the heap so the overflow flag on the markings stack
2194 ASSERT(marking_deque_.overflowed());
2241 // pointers. After: the marking stack is empty and there are no overflowed
2245 while (marking_deque_.overflowed()) {
2297 // Both markers use grey color to mark overflowed objects so
2304 incremental_marking->marking_deque()->overflowed();
2324 ASSERT(!marking_deque_.overflowed());
2327 // There are overflowed objects left in the heap after incremental marking.
2382 while (marking_deque_.overflowed()) {