Searched refs:incremental_scopes_ (Results 1 – 3 of 3) sorted by relevance
132 return incremental_scopes_[Scope::IncrementalOffset(id)]; in incremental_scope()138 incremental_scopes_[Scope::IncrementalOffset(id)].Update(duration); in AddScopeSample()
354 incremental_scopes_[i].ResetCurrentCycle(); in ResetIncrementalMarkingCounters()447 current_.incremental_scopes[i] = incremental_scopes_[i]; in FinalizeCurrentEvent()448 current_.scopes[i] = incremental_scopes_[i].duration; in FinalizeCurrentEvent()1381 incremental_scopes_[Scope::MC_INCREMENTAL_LAYOUT_CHANGE].duration + in RecordGCSumCounters()1382 incremental_scopes_[Scope::MC_INCREMENTAL_START].duration + in RecordGCSumCounters()1384 incremental_scopes_[Scope::MC_INCREMENTAL_FINALIZE].duration; in RecordGCSumCounters()1386 incremental_scopes_[Scope::MC_INCREMENTAL_SWEEPING].duration; in RecordGCSumCounters()
516 incremental_scopes_[Scope::NUMBER_OF_INCREMENTAL_SCOPES]; variable