Searched refs:current_region_ (Results 1 - 3 of 3) sorted by relevance

/art/runtime/gc/space/
H A Dregion_space.cc76 current_region_ = &full_region_;
201 current_region_ = &full_region_;
234 if (current_region_->End() - current_region_->Top() > 0) {
235 max_contiguous_allocation = current_region_->End() - current_region_->Top();
279 current_region_ = &full_region_;
H A Dregion_space-inl.h51 obj = current_region_->Alloc(num_bytes, bytes_allocated, usable_size,
64 obj = current_region_->Alloc(num_bytes, bytes_allocated, usable_size,
86 current_region_ = r;
H A Dregion_space.h518 Region* current_region_; // The region that's being allocated currently. member in class:art::gc::space::FINAL

Completed in 27 milliseconds