Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dgc-tracer.cc180 background_counter_[i].total_duration_ms = 0; in GCTracer()
213 background_counter_[i].total_duration_ms = 0; in ResetForTesting()
1191 background_counter_[first_background_scope + i].total_duration_ms; in FetchBackgroundCounters()
1192 background_counter_[first_background_scope + i].total_duration_ms = 0; in FetchBackgroundCounters()
1199 BackgroundCounter& counter = background_counter_[scope]; in AddBackgroundScopeSample()
1277 background_counter_[BackgroundScope::MC_BACKGROUND_EVACUATE_COPY] in RecordGCSumCounters()
1279 background_counter_ in RecordGCSumCounters()
1282 background_counter_[BackgroundScope::MC_BACKGROUND_MARKING] in RecordGCSumCounters()
1284 background_counter_[BackgroundScope::MC_BACKGROUND_SWEEPING] in RecordGCSumCounters()
1297 background_counter_[BackgroundScope::MC_BACKGROUND_MARKING] in RecordGCSumCounters()
Dgc-tracer.h502 BackgroundCounter background_counter_[BackgroundScope::NUMBER_OF_SCOPES]; variable