Lines Matching refs:DCHECK
74 DCHECK(!full_region_.IsFree()); in RegionSpace()
75 DCHECK(full_region_.IsAllocated()); in RegionSpace()
79 DCHECK(full_region_.Alloc(kAlignment, &ignored, nullptr, &ignored) == nullptr); in RegionSpace()
119 DCHECK((IsAllocated() || IsLarge()) && IsInToSpace()); in ShouldBeEvacuated()
136 DCHECK(IsLarge()); in ShouldBeEvacuated()
151 DCHECK(rb_table->IsAllCleared()); in SetFromSpace()
162 DCHECK(r->IsInToSpace()); in SetFromSpace()
164 DCHECK((state == RegionState::kRegionStateAllocated || in SetFromSpace()
170 DCHECK(r->IsInFromSpace()); in SetFromSpace()
173 DCHECK(r->IsInUnevacFromSpace()); in SetFromSpace()
182 DCHECK(state == RegionState::kRegionStateLargeTail && in SetFromSpace()
186 DCHECK(r->IsInFromSpace()); in SetFromSpace()
189 DCHECK(r->IsInUnevacFromSpace()); in SetFromSpace()
289 DCHECK(Contains(large_obj)); in FreeLarge()
298 DCHECK(reg->IsLarge()); in FreeLarge()
300 DCHECK(reg->IsLargeTail()); in FreeLarge()
308 DCHECK(!following_reg->IsLargeTail()); in FreeLarge()
371 DCHECK(r->IsAllocated()); in RevokeThreadLocalBuffersLocked()
394 DCHECK(!thread->HasTlab()); in AssertThreadLocalBuffersAreRevoked()