Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dgc-tracer.cc168 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()
Dgc-tracer.h448 BackgroundCounter background_counter_[BackgroundScope::NUMBER_OF_SCOPES]; variable