Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dregion_space.h246 bool IsRegionNewlyAllocated(size_t idx) const NO_THREAD_SAFETY_ANALYSIS { in IsRegionNewlyAllocated() function
/art/runtime/gc/collector/
Dconcurrent_copying.cc1124 if (!region_space_->IsRegionNewlyAllocated(obj_region_idx)) { in AddLiveBytesAndScanRef()