Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dlarge-spaces.h141 return &pending_allocation_mutex_; in pending_allocation_mutex()
163 base::SharedMutex pending_allocation_mutex_; variable
Dnew-spaces.h473 base::SharedMutexGuard<base::kExclusive> guard(&pending_allocation_mutex_); in NON_EXPORTED_BASE()
482 return &pending_allocation_mutex_; in NON_EXPORTED_BASE()
506 base::SharedMutex pending_allocation_mutex_; in NON_EXPORTED_BASE() local
Dpaged-spaces.h314 base::SharedMutexGuard<base::kExclusive> guard(&pending_allocation_mutex_); in NON_EXPORTED_BASE()
321 return &pending_allocation_mutex_; in NON_EXPORTED_BASE()
430 base::SharedMutex pending_allocation_mutex_; in NON_EXPORTED_BASE() local
Dlarge-spaces.cc488 base::SharedMutexGuard<base::kExclusive> guard(&pending_allocation_mutex_); in UpdatePendingObject()
Dnew-spaces.cc539 base::SharedMutexGuard<base::kExclusive> guard(&pending_allocation_mutex_); in UpdateLinearAllocationArea()
Dpaged-spaces.cc315 optional_guard.emplace(&pending_allocation_mutex_); in SetTopAndLimit()