Searched refs:full_region_ (Results 1 – 2 of 2) sorted by relevance
118 current_region_(&full_region_), in RegionSpace()142 DCHECK(!full_region_.IsFree()); in RegionSpace()143 DCHECK(full_region_.IsAllocated()); in RegionSpace()145 DCHECK(full_region_.Alloc(kAlignment, &ignored, nullptr, &ignored) == nullptr); in RegionSpace()392 current_region_ = &full_region_; in SetFromSpace()393 evac_region_ = &full_region_; in SetFromSpace()774 current_region_ = &full_region_; in Clear()775 evac_region_ = &full_region_; in Clear()
778 Region full_region_; // The fake/sentinel region that looks full. variable