Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.h575 heap_->relocation_mutex_.Lock(); in RelocationLock()
578 ~RelocationLock() { heap_->relocation_mutex_.Unlock(); } in ~RelocationLock()
2353 base::Mutex relocation_mutex_; variable