Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/logging/
Druntime-call-stats-scope.h35 RuntimeCallStats::CounterMode mode) { in RuntimeCallTimerScope()
39 if (mode == RuntimeCallStats::CounterMode::kThreadSpecific) { in RuntimeCallTimerScope()
Druntime-call-stats.h583 enum CounterMode { kExact, kThreadSpecific }; enum
600 RuntimeCallCounterId counter_id, CounterMode mode = kExact);
729 RuntimeCallStats::CounterMode mode =
730 RuntimeCallStats::CounterMode::kExact);
733 RuntimeCallStats::CounterMode mode =
734 RuntimeCallStats::CounterMode::kExact) {
740 if (mode == RuntimeCallStats::CounterMode::kThreadSpecific) {
Druntime-call-stats.cc226 CounterMode mode) { in CorrectCurrentCounterId()
228 if (mode == RuntimeCallStats::CounterMode::kThreadSpecific) { in CorrectCurrentCounterId()
/third_party/node/deps/v8/src/codegen/
Dcompiler.cc1626 RuntimeCallStats::CounterMode::kThreadSpecific); in Run()
1699 RuntimeCallStats::CounterMode::kThreadSpecific); in Run()
/third_party/node/deps/v8/src/compiler/
Dpipeline.cc781 RuntimeCallStats::CounterMode counter_mode = RuntimeCallStats::kExact) in PipelineRunScope()
1294 static constexpr RuntimeCallStats::CounterMode kCounterMode = Mode;
/third_party/node/deps/v8/src/parsing/
Dparser.cc3419 RuntimeCallStats::CounterMode::kThreadSpecific); in ParseOnBackground()