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.cc2762 space::RegionSpace::RegionType type = region_space_->GetRegionTypeUnsafe(ref); in AssertToSpaceInvariant()
2868 space::RegionSpace::RegionType type = region_space_->GetRegionTypeUnsafe(ref); in AssertToSpaceInvariant()
/art/runtime/gc/space/
Dregion_space.h281 return GetRegionTypeUnsafe(ref); in GetRegionType()
288 RegionType GetRegionTypeUnsafe(mirror::Object* ref) { in GetRegionTypeUnsafe() function