Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/logging/
Druntime-call-stats-scope.h43 DCHECK(stats_->IsCounterAppropriateForThread(counter_id)); in RuntimeCallTimerScope()
Druntime-call-stats.h632 bool IsCounterAppropriateForThread(RuntimeCallCounterId id) { in IsCounterAppropriateForThread() function
744 DCHECK(stats->IsCounterAppropriateForThread(counter_id));
Druntime-call-stats.cc231 DCHECK(IsCounterAppropriateForThread(counter_id)); in CorrectCurrentCounterId()