Lines Matching refs:counter_id
332 CounterId counter_id) { in Enter() argument
333 RuntimeCallCounter* counter = &(stats->*counter_id); in Enter()
355 for (const RuntimeCallStats::CounterId counter_id : in Add() local
357 RuntimeCallCounter* counter = &(this->*counter_id); in Add()
358 RuntimeCallCounter* other_counter = &(other->*counter_id); in Add()
365 CounterId counter_id) { in CorrectCurrentCounterId() argument
369 timer->set_counter(&(stats->*counter_id)); in CorrectCurrentCounterId()
377 for (const RuntimeCallStats::CounterId counter_id : in Print() local
379 RuntimeCallCounter* counter = &(this->*counter_id); in Print()
396 for (const RuntimeCallStats::CounterId counter_id : in Reset() local
398 RuntimeCallCounter* counter = &(this->*counter_id); in Reset()
406 for (const RuntimeCallStats::CounterId counter_id : in Dump() local
408 RuntimeCallCounter* counter = &(this->*counter_id); in Dump()