Home
last modified time | relevance | path

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

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