Lines Matching refs:DONE
1628 // Bump-pointer allocations done during scavenge are not real allocations.
4174 case DONE:
4227 if (action.type != DONE && action.type != DO_NOTHING) {
5715 // No iterator means we are done.
5730 // Done with the last space.
5773 bool done = ((what_to_find_ == FIND_FIRST) && found_target_);
5775 for (Object** p = start; !done && (p < end); p++) {
5778 done = ((what_to_find_ == FIND_FIRST) && found_target_);
6128 // that we are done.