Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dwasm-import-wrapper-cache.h63 : cache_(cache), guard_(&cache->mutex_) {} in ModificationScope()
69 base::MutexGuard guard_; variable
/third_party/node/deps/v8/src/heap/cppgc/
Dmarking-worklists.h145 explicit ConditionalMutexGuard(v8::base::Mutex* lock) : guard_(lock) {}
148 v8::base::MutexGuard guard_;
/third_party/node/deps/v8/src/common/
Dassert-scope.h298 : guard_(mutex), mutex_(mutex), no_gc_(new DisallowGarbageCollection()) {} in NoGarbageCollectionMutexGuard()
310 base::MutexGuard guard_;
/third_party/node/deps/v8/src/heap/
Dpaged-spaces.h333 guard_.emplace(&space->space_mutex_); in NON_EXPORTED_BASE()
337 base::Optional<base::MutexGuard> guard_; in NON_EXPORTED_BASE() local