Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dregion_space.h242 return regions_[idx].IsNewlyAllocated(); in IsRegionNewlyAllocated()
248 return r->IsNewlyAllocated(); in IsInNewlyAllocatedRegion()
338 if (!r->IsFree() && !r->IsNewlyAllocated()) { in SetAllRegionLiveBytesZero()
483 bool IsNewlyAllocated() const { in IsNewlyAllocated() function
513 if (IsNewlyAllocated()) { in SetAsFromSpace()
Dregion_space.cc190 if (IsNewlyAllocated()) { in SetAsUnevacFromSpace()
360 bool is_newly_allocated = r->IsNewlyAllocated(); in SetFromSpace()