Lines Matching refs:scopes
109 scopes[i] = 0;
189 // scopes come first.
448 current_.scopes[i] = incremental_scopes_[i].duration;
734 // Avoid data races when printing the background scopes.
785 current_.reduce_memory, current_.scopes[Scope::TIME_TO_SAFEPOINT],
1294 static_cast<int>(current_.scopes[Scope::MC_BACKGROUND_MARKING]));
1296 static_cast<int>(current_.scopes[Scope::MC_BACKGROUND_SWEEPING]));
1312 current_.scopes[i] += background_counter_[i].total_duration_ms;
1322 static_cast<int>(current_.scopes[Scope::MC_CLEAR]));
1324 static_cast<int>(current_.scopes[Scope::MC_EPILOGUE]));
1326 static_cast<int>(current_.scopes[Scope::MC_EVACUATE]));
1328 static_cast<int>(current_.scopes[Scope::MC_FINISH]));
1330 static_cast<int>(current_.scopes[Scope::MC_MARK]));
1332 static_cast<int>(current_.scopes[Scope::MC_PROLOGUE]));
1334 static_cast<int>(current_.scopes[Scope::MC_SWEEP]));
1340 incremental_marking_duration_ + current_.scopes[Scope::MC_MARK];
1354 current_.scopes[Scope::MC_MARK_EMBEDDER_TRACING];
1370 static_cast<int>(current_.scopes[Scope::SCAVENGER_SCAVENGE_PARALLEL]));
1372 static_cast<int>(current_.scopes[Scope::SCAVENGER_SCAVENGE_ROOTS]));
1379 const double atomic_pause_duration = current_.scopes[Scope::MARK_COMPACTOR];
1397 current_.scopes[Scope::MC_PROLOGUE] + current_.scopes[Scope::MC_MARK];
1538 const double atomic_pause_duration = current_.scopes[Scope::MARK_COMPACTOR];
1550 current_.scopes[Scope::MC_BACKGROUND_MARKING];
1552 current_.scopes[Scope::MC_BACKGROUND_SWEEPING];
1554 current_.scopes[Scope::MC_BACKGROUND_EVACUATE_COPY] +
1555 current_.scopes[Scope::MC_BACKGROUND_EVACUATE_UPDATE_POINTERS];
1560 current_.scopes[Scope::MC_PROLOGUE] + current_.scopes[Scope::MC_MARK];
1562 const double weak_duration = current_.scopes[Scope::MC_CLEAR];
1563 const double compact_duration = current_.scopes[Scope::MC_EVACUATE] +
1564 current_.scopes[Scope::MC_FINISH] +
1565 current_.scopes[Scope::MC_EPILOGUE];
1566 const double atomic_sweeping_duration = current_.scopes[Scope::MC_SWEEP];
1709 (current_.scopes[Scope::SCAVENGER] +
1710 current_.scopes[Scope::MINOR_MARK_COMPACTOR] +
1711 current_.scopes[Scope::SCAVENGER_BACKGROUND_SCAVENGE_PARALLEL] +
1712 current_.scopes[Scope::MINOR_MC_BACKGROUND_EVACUATE_COPY] +
1713 current_.scopes[Scope::MINOR_MC_BACKGROUND_MARKING] +
1714 current_.scopes[Scope::MINOR_MC_BACKGROUND_EVACUATE_UPDATE_POINTERS]) *
1723 (current_.scopes[Scope::SCAVENGER] +
1724 current_.scopes[Scope::MINOR_MARK_COMPACTOR]) *