Searched refs:RelocationLock (Results 1 – 5 of 5) sorted by relevance
225 Heap::RelocationLock for_heap_access(isolate()->heap()); in VerifyClosures()
568 Heap::RelocationLock relocation_lock(isolate()->heap()); in Verify()
1330 class RelocationLock {1332 explicit RelocationLock(Heap* heap) : heap_(heap) { in RelocationLock() function1337 ~RelocationLock() { heap_->relocation_mutex_.Unlock(); } in ~RelocationLock()
3509 Heap::RelocationLock relocation_lock(heap()); in EvacuateNewSpaceAndCandidates()
1414 RelocationLock relocation_lock(this); in Scavenge()