Lines Matching refs:scope
776 GCTracer::Scope scope(tracer, GCTracer::Scope::EXTERNAL);
873 GCTracer::Scope scope(tracer, GCTracer::Scope::EXTERNAL);
897 GCTracer::Scope scope(tracer, GCTracer::Scope::EXTERNAL);
1192 StoreBufferRebuildScope scope(this,
1466 scope(this,
2398 HandleScope scope;
4866 HistogramTimerScope scope(isolate_->counters()->gc_context());
6639 for (int i = 0; i < Scope::kNumberOfScopes; i++) {
6687 int external_time = static_cast<int>(scopes_[Scope::EXTERNAL]);
6742 PrintF("external=%d ", static_cast<int>(scopes_[Scope::EXTERNAL]));
6743 PrintF("mark=%d ", static_cast<int>(scopes_[Scope::MC_MARK]));
6744 PrintF("sweep=%d ", static_cast<int>(scopes_[Scope::MC_SWEEP]));
6745 PrintF("sweepns=%d ", static_cast<int>(scopes_[Scope::MC_SWEEP_NEWSPACE]));
6746 PrintF("evacuate=%d ", static_cast<int>(scopes_[Scope::MC_EVACUATE_PAGES]));
6748 static_cast<int>(scopes_[Scope::MC_UPDATE_NEW_TO_NEW_POINTERS]));
6750 static_cast<int>(scopes_[Scope::MC_UPDATE_ROOT_TO_NEW_POINTERS]));
6752 static_cast<int>(scopes_[Scope::MC_UPDATE_OLD_TO_NEW_POINTERS]));
6754 static_cast<int>(scopes_[Scope::MC_UPDATE_POINTERS_TO_EVACUATED]));
6756 Scope
6758 static_cast<int>(scopes_[Scope::MC_UPDATE_MISC_POINTERS]));