Home | History | Annotate | Download | only in collector

Lines Matching refs:to_space_

73       if (space == to_space_ || collect_from_space_only_) {
96 to_space_(nullptr),
157 to_space_live_bitmap_ = to_space_->GetLiveBitmap();
442 last_gc_to_space_end_ = to_space_->End();
525 forward_address = to_space_->AllocThreadUnsafe(self_, object_size, &bytes_allocated, nullptr,
560 // DCHECK(!to_space_->HasAddress(obj)) failure below.
571 forward_address = to_space_->AllocThreadUnsafe(self_, object_size, &bytes_allocated, nullptr,
597 DCHECK(to_space_->HasAddress(forward_address) ||
648 return space != from_space_ && space != to_space_;
766 to_space_->HasAddress(obj)) {
793 to_space_ = to_space;
813 to_space_ = nullptr;