Lines Matching refs:counter_id
590 RuntimeCallCounterId counter_id);
600 RuntimeCallCounterId counter_id, CounterMode mode = kExact);
643 RuntimeCallCounter* GetCounter(RuntimeCallCounterId counter_id) { in GetCounter() argument
644 return &counters_[static_cast<int>(counter_id)]; in GetCounter()
646 RuntimeCallCounter* GetCounter(int counter_id) { in GetCounter() argument
647 return &counters_[counter_id]; in GetCounter()
708 #define CHANGE_CURRENT_RUNTIME_COUNTER(runtime_call_stats, counter_id) \ argument
712 runtime_call_stats->CorrectCurrentCounterId(counter_id); \
726 RuntimeCallCounterId counter_id);
728 RuntimeCallCounterId counter_id,
732 RuntimeCallCounterId counter_id,
741 counter_id = stats->CounterIdForThread(counter_id);
744 DCHECK(stats->IsCounterAppropriateForThread(counter_id));
745 stats_->Enter(&timer_, counter_id);