Home
last modified time | relevance | path

Searched refs:RelocationLock (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Dhydrogen-environment-liveness.cc225 Heap::RelocationLock for_heap_access(isolate()->heap()); in VerifyClosures()
Dhydrogen.cc568 Heap::RelocationLock relocation_lock(isolate()->heap()); in Verify()
/external/v8/src/heap/
Dheap.h1330 class RelocationLock {
1332 explicit RelocationLock(Heap* heap) : heap_(heap) { in RelocationLock() function
1337 ~RelocationLock() { heap_->relocation_mutex_.Unlock(); } in ~RelocationLock()
Dmark-compact.cc3509 Heap::RelocationLock relocation_lock(heap()); in EvacuateNewSpaceAndCandidates()
Dheap.cc1414 RelocationLock relocation_lock(this); in Scavenge()