Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/logging/
Druntime-call-stats-scope.h40 counter_id = stats_->CounterIdForThread(counter_id); in RuntimeCallTimerScope()
Druntime-call-stats.h623 RuntimeCallCounterId CounterIdForThread(RuntimeCallCounterId id) { in CounterIdForThread() function
741 counter_id = stats->CounterIdForThread(counter_id);
Druntime-call-stats.cc229 counter_id = CounterIdForThread(counter_id); in CorrectCurrentCounterId()