Home
last modified time | relevance | path

Searched refs:runtime_call_counter (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/heap/
Dgc-tracer.cc169 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() argument
1091 if (runtime_call_counter) { in AddBackgroundScopeSample()
1092 counter.runtime_call_counter.Add(runtime_call_counter); in AddBackgroundScopeSample()
Dgc-tracer.h322 RuntimeCallCounter* runtime_call_counter);
345 RuntimeCallCounter runtime_call_counter; member