Home
last modified time | relevance | path

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

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

Completed in 19 milliseconds