Searched refs:RefToRegionLocked (Results 1 – 3 of 3) sorted by relevance
324 Region* reg = RefToRegionLocked(reinterpret_cast<mirror::Object*>(addr)); in FreeLarge()339 Region* following_reg = RefToRegionLocked(reinterpret_cast<mirror::Object*>(end_addr)); in FreeLarge()
514 return RefToRegionLocked(ref); in RefToRegion()525 return RefToRegionLocked(ref); in RefToRegionUnlocked()528 Region* RefToRegionLocked(mirror::Object* ref) REQUIRES(region_lock_) { in RefToRegionLocked() function
522 Region* r = RefToRegionLocked(reinterpret_cast<mirror::Object*>(tlab_start)); in RevokeThreadLocalBuffersLocked()