Home
last modified time | relevance | path

Searched refs:full_region_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/space/
Dregion_space.cc73 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()
Dregion_space.h518 Region full_region_; // The dummy/sentinel region that looks full. variable