Searched refs:full_region_ (Results 1 – 2 of 2) sorted by relevance
73 full_region_ = Region(); in RegionSpace()74 DCHECK(!full_region_.IsFree()); in RegionSpace()75 DCHECK(full_region_.IsAllocated()); in RegionSpace()76 current_region_ = &full_region_; in RegionSpace()79 DCHECK(full_region_.Alloc(kAlignment, &ignored, nullptr, &ignored) == nullptr); in RegionSpace()201 current_region_ = &full_region_; in SetFromSpace()202 evac_region_ = &full_region_; in SetFromSpace()279 current_region_ = &full_region_; in Clear()280 evac_region_ = &full_region_; in Clear()
520 Region full_region_; // The dummy/sentinel region that looks full. variable