Searched refs:RelocationLock (Results 1 – 5 of 5) sorted by relevance
225 Heap::RelocationLock for_heap_access(isolate()->heap()); in VerifyClosures()
741 Heap::RelocationLock relocation_lock(isolate()->heap()); in Verify()
572 class RelocationLock {574 explicit RelocationLock(Heap* heap) : heap_(heap) { in RelocationLock() function578 ~RelocationLock() { heap_->relocation_mutex_.Unlock(); } in ~RelocationLock()
3570 Heap::RelocationLock relocation_lock(heap()); in EvacuateNewSpaceAndCandidates()
1647 RelocationLock relocation_lock(this); in Scavenge()