Home | History | Annotate | Download | only in src

Lines Matching refs:scope_

2416         scope_(scope) {
2421 ASSERT(scope_ < kNumberOfScopes); // scope_ is unsigned.
2422 tracer_->scopes_[scope_] += OS::TimeCurrentMillis() - start_time_;
2427 ScopeId scope_;