Searched refs:runtime_call_counter (Results 1 – 2 of 2) sorted by relevance
169 background_counter_[i].runtime_call_counter = RuntimeCallCounter(nullptr); in GCTracer()202 background_counter_[i].runtime_call_counter.Reset(); in ResetForTesting()1079 .runtime_call_counter); in FetchBackgroundCounters()1081 .runtime_call_counter.Reset(); in FetchBackgroundCounters()1087 RuntimeCallCounter* runtime_call_counter) { in AddBackgroundScopeSample() argument1091 if (runtime_call_counter) { in AddBackgroundScopeSample()1092 counter.runtime_call_counter.Add(runtime_call_counter); in AddBackgroundScopeSample()
322 RuntimeCallCounter* runtime_call_counter);345 RuntimeCallCounter runtime_call_counter; member