Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/logging/
Druntime-call-stats.h690 class V8_EXPORT_PRIVATE V8_NODISCARD WorkerThreadRuntimeCallStatsScope final {
692 WorkerThreadRuntimeCallStatsScope() = default;
693 explicit WorkerThreadRuntimeCallStatsScope(
695 ~WorkerThreadRuntimeCallStatsScope();
697 WorkerThreadRuntimeCallStatsScope(WorkerThreadRuntimeCallStatsScope&&) =
699 WorkerThreadRuntimeCallStatsScope(const WorkerThreadRuntimeCallStatsScope&) =
776 class WorkerThreadRuntimeCallStatsScope {
778 explicit WorkerThreadRuntimeCallStatsScope(
Druntime-call-stats.cc324 WorkerThreadRuntimeCallStatsScope::WorkerThreadRuntimeCallStatsScope( in WorkerThreadRuntimeCallStatsScope() function in v8::internal::WorkerThreadRuntimeCallStatsScope
341 WorkerThreadRuntimeCallStatsScope::~WorkerThreadRuntimeCallStatsScope() { in ~WorkerThreadRuntimeCallStatsScope()
/third_party/node/deps/v8/src/execution/
Dlocal-isolate.h165 base::Optional<WorkerThreadRuntimeCallStatsScope> rcs_scope_;
/third_party/node/deps/v8/src/heap/
Dgc-tracer.h116 base::Optional<WorkerThreadRuntimeCallStatsScope> runtime_call_stats_scope_;