Home
last modified time | relevance | path

Searched refs:GetRegionTypeUnsafe (Results 1 – 3 of 3) sorted by relevance

/art/runtime/gc/collector/
Dconcurrent_copying-inl.h156 space::RegionSpace::RegionType rtype = region_space_->GetRegionTypeUnsafe(from_ref); in Mark()
Dconcurrent_copying.cc2788 space::RegionSpace::RegionType type = region_space_->GetRegionTypeUnsafe(ref); in AssertToSpaceInvariant()
2894 space::RegionSpace::RegionType type = region_space_->GetRegionTypeUnsafe(ref); in AssertToSpaceInvariant()
/art/runtime/gc/space/
Dregion_space.h287 return GetRegionTypeUnsafe(ref); in GetRegionType()
294 RegionType GetRegionTypeUnsafe(mirror::Object* ref) { in GetRegionTypeUnsafe() function