Searched refs:background_counter_ (Results 1 – 2 of 2) sorted by relevance
168 background_counter_[i].total_duration_ms = 0; in GCTracer()169 background_counter_[i].runtime_call_counter = RuntimeCallCounter(nullptr); in GCTracer()201 background_counter_[i].total_duration_ms = 0; in ResetForTesting()202 background_counter_[i].runtime_call_counter.Reset(); in ResetForTesting()1067 background_counter_[first_background_scope + i].total_duration_ms; in FetchBackgroundCounters()1068 background_counter_[first_background_scope + i].total_duration_ms = 0; in FetchBackgroundCounters()1078 ->Add(&background_counter_[first_background_scope + i] in FetchBackgroundCounters()1080 background_counter_[first_background_scope + i] in FetchBackgroundCounters()1089 BackgroundCounter& counter = background_counter_[scope]; in AddBackgroundScopeSample()
448 BackgroundCounter background_counter_[BackgroundScope::NUMBER_OF_SCOPES]; variable