HomeSort by relevance Sort by last modified time
    Searched refs:full_region_ (Results 1 - 2 of 2) sorted by null

  /art/runtime/gc/space/
region_space.cc 117 current_region_(&full_region_),
141 DCHECK(!full_region_.IsFree());
142 DCHECK(full_region_.IsAllocated());
144 DCHECK(full_region_.Alloc(kAlignment, &ignored, nullptr, &ignored) == nullptr);
406 current_region_ = &full_region_;
407 evac_region_ = &full_region_;
    [all...]
region_space.h 751 Region full_region_; // The dummy/sentinel region that looks full. member in class:art::gc::space::final

Completed in 93 milliseconds