Searched refs:full_region_ (Results 1 – 2 of 2) sorted by relevance
94 current_region_(&full_region_), in RegionSpace()117 DCHECK(!full_region_.IsFree()); in RegionSpace()118 DCHECK(full_region_.IsAllocated()); in RegionSpace()120 DCHECK(full_region_.Alloc(kAlignment, &ignored, nullptr, &ignored) == nullptr); in RegionSpace()255 current_region_ = &full_region_; in SetFromSpace()256 evac_region_ = &full_region_; in SetFromSpace()440 current_region_ = &full_region_; in Clear()441 evac_region_ = &full_region_; in Clear()
601 Region full_region_; // The dummy/sentinel region that looks full. variable