Searched refs:full_region_ (Results 1 – 2 of 2) sorted by relevance
117 current_region_(&full_region_), in RegionSpace()141 DCHECK(!full_region_.IsFree()); in RegionSpace()142 DCHECK(full_region_.IsAllocated()); in RegionSpace()144 DCHECK(full_region_.Alloc(kAlignment, &ignored, nullptr, &ignored) == nullptr); in RegionSpace()406 current_region_ = &full_region_; in SetFromSpace()407 evac_region_ = &full_region_; in SetFromSpace()766 current_region_ = &full_region_; in Clear()767 evac_region_ = &full_region_; in Clear()
751 Region full_region_; // The dummy/sentinel region that looks full. variable