Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dregion_space.h248 return regions_[idx].IsNewlyAllocated(); in IsRegionNewlyAllocated()
254 return r->IsNewlyAllocated(); in IsInNewlyAllocatedRegion()
344 if (!r->IsFree() && !r->IsNewlyAllocated()) { in SetAllRegionLiveBytesZero()
498 bool IsNewlyAllocated() const { in IsNewlyAllocated() function
528 if (IsNewlyAllocated()) { in SetAsFromSpace()
Dregion_space.cc191 if (IsNewlyAllocated()) { in SetAsUnevacFromSpace()
365 bool is_newly_allocated = r->IsNewlyAllocated(); in SetFromSpace()