Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dregion_space.h251 bool IsInNewlyAllocatedRegion(mirror::Object* ref) { in IsInNewlyAllocatedRegion() function
/art/runtime/gc/collector/
Dconcurrent_copying.cc694 if (ref != nullptr && cc_->region_space_->IsInNewlyAllocatedRegion(ref)) { in CheckReference()
2175 DCHECK(!region_space_->IsInNewlyAllocatedRegion(to_ref)) << to_ref; in ProcessMarkStackRef()