Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dregion_space.cc117 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()
410 current_region_ = &full_region_; in SetFromSpace()
411 evac_region_ = &full_region_; in SetFromSpace()
770 current_region_ = &full_region_; in Clear()
771 evac_region_ = &full_region_; in Clear()
Dregion_space.h767 Region full_region_; // The dummy/sentinel region that looks full. variable