Lines Matching refs:BackgroundScope
52 GCTracer::BackgroundScope::BackgroundScope(GCTracer* tracer, ScopeId scope) in BackgroundScope() function in v8::internal::GCTracer::BackgroundScope
61 GCTracer::BackgroundScope::~BackgroundScope() { in ~BackgroundScope()
88 const char* GCTracer::BackgroundScope::Name(ScopeId id) { in Name()
90 case BackgroundScope::scope: \ in Name()
94 case BackgroundScope::NUMBER_OF_SCOPES: in Name()
167 for (int i = 0; i < BackgroundScope::NUMBER_OF_SCOPES; i++) { in GCTracer()
200 for (int i = 0; i < BackgroundScope::NUMBER_OF_SCOPES; i++) { in ResetForTesting()
1032 BackgroundScope::FIRST_MC_BACKGROUND_SCOPE, in FetchBackgroundMarkCompactCounters()
1033 BackgroundScope::LAST_MC_BACKGROUND_SCOPE); in FetchBackgroundMarkCompactCounters()
1043 BackgroundScope::FIRST_MINOR_GC_BACKGROUND_SCOPE, in FetchBackgroundMinorGCCounters()
1044 BackgroundScope::LAST_MINOR_GC_BACKGROUND_SCOPE); in FetchBackgroundMinorGCCounters()
1053 BackgroundScope::FIRST_GENERAL_BACKGROUND_SCOPE, in FetchBackgroundGeneralCounters()
1054 BackgroundScope::LAST_GENERAL_BACKGROUND_SCOPE); in FetchBackgroundGeneralCounters()
1086 BackgroundScope::ScopeId scope, double duration, in AddBackgroundScopeSample()