Lines Matching refs:ScopeId
32 GCTracer::Scope::Scope(GCTracer* tracer, ScopeId scope, ThreadKind thread_kind)
63 if (scope_ == ScopeId::MC_INCREMENTAL ||
64 scope_ == ScopeId::MC_INCREMENTAL_START ||
65 scope_ == ScopeId::MC_INCREMENTAL_FINALIZE) {
80 constexpr int GCTracer::Scope::IncrementalOffset(ScopeId id) {
91 CollectionEpoch GCTracer::CurrentEpoch(Scope::ScopeId id) const {
117 constexpr double GCTracer::current_scope(Scope::ScopeId id) const {
131 Scope::ScopeId id) const {
135 void GCTracer::AddScopeSample(Scope::ScopeId id, double duration) {
154 RuntimeCallCounterId GCTracer::RCSCounterFromScope(Scope::ScopeId id) {