Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dgc-tracer.cc1059 int first_background_scope, in FetchBackgroundCounters() argument
1062 last_background_scope - first_background_scope); in FetchBackgroundCounters()
1064 int background_mc_scopes = last_background_scope - first_background_scope + 1; in FetchBackgroundCounters()
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()
Dgc-tracer.h382 int first_background_scope,