Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/cppgc/
Dstats-collector.h151 enum ScopeContext { kMutatorThread, kConcurrentThread }; enumerator
157 using ScopeIdType = std::conditional_t<scope_category == kMutatorThread,
169 scope_category == kMutatorThread in InternalScope()
173 scope_category == kMutatorThread in InternalScope()
217 using DisabledScope = InternalScope<kDisabled, kMutatorThread>;
218 using EnabledScope = InternalScope<kEnabled, kMutatorThread>;
414 (scope_category == kMutatorThread in StartTrace()
480 (scope_category == kMutatorThread in IncreaseScopeTime()
485 if (scope_category == StatsCollector::ScopeContext::kMutatorThread) { in IncreaseScopeTime()