Searched refs:IsInNewlyAllocatedRegion (Results 1 – 2 of 2) sorted by relevance
251 bool IsInNewlyAllocatedRegion(mirror::Object* ref) { in IsInNewlyAllocatedRegion() function
716 if (ref != nullptr && cc_->region_space_->IsInNewlyAllocatedRegion(ref)) { in CheckReference()2246 DCHECK(!region_space_->IsInNewlyAllocatedRegion(to_ref)) << to_ref; in ProcessMarkStackRef()