Home
last modified time | relevance | path

Searched refs:BackgroundScope (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/heap/
Dgc-tracer.h35 GCTracer::BackgroundScope background_scope(tracer, scope_id); \
37 GCTracer::BackgroundScope::Name(scope_id))
102 class V8_EXPORT_PRIVATE BackgroundScope {
116 BackgroundScope(GCTracer* tracer, ScopeId scope);
117 ~BackgroundScope();
128 DISALLOW_COPY_AND_ASSIGN(BackgroundScope);
321 void AddBackgroundScopeSample(BackgroundScope::ScopeId scope, double duration,
448 BackgroundCounter background_counter_[BackgroundScope::NUMBER_OF_SCOPES];
Dgc-tracer.cc52 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()
[all …]
Darray-buffer-collector.cc43 GCTracer::BackgroundScope::BACKGROUND_ARRAY_BUFFER_FREE); in RunInternal()
Dstore-buffer.h131 GCTracer::BackgroundScope::BACKGROUND_STORE_BUFFER); in RunInternal()
Dsweeper.cc84 GCTracer::BackgroundScope::MC_BACKGROUND_SWEEPING); in RunInternal()
538 GCTracer::BackgroundScope::MC_BACKGROUND_SWEEPING); in RunInternal()
Dmark-compact.cc2380 virtual GCTracer::BackgroundScope::ScopeId GetBackgroundTracingScope() = 0;
2462 GCTracer::BackgroundScope::ScopeId GetBackgroundTracingScope() override { in GetBackgroundTracingScope()
2463 return GCTracer::BackgroundScope::MC_BACKGROUND_EVACUATE_COPY; in GetBackgroundTracingScope()
2827 GCTracer::BackgroundScope::ScopeId scope) in PointersUpdatingTask()
2843 GCTracer::BackgroundScope::ScopeId scope_;
3223 GCTracer::BackgroundScope::MC_BACKGROUND_EVACUATE_UPDATE_POINTERS)); in UpdatePointersAfterEvacuation()
3255 GCTracer::BackgroundScope::MC_BACKGROUND_EVACUATE_UPDATE_POINTERS)); in UpdatePointersAfterEvacuation()
3748 isolate(), GCTracer::BackgroundScope:: in UpdatePointersAfterEvacuation()
4047 GCTracer::BackgroundScope::MINOR_MC_BACKGROUND_MARKING); in RunInParallel()
4347 GCTracer::BackgroundScope::ScopeId GetBackgroundTracingScope() override { in GetBackgroundTracingScope()
[all …]
Dconcurrent-marking.cc558 GCTracer::BackgroundScope::MC_BACKGROUND_MARKING); in Run()
Dspaces.cc345 GCTracer::BackgroundScope::BACKGROUND_UNMAPPER); in RunInternal()
Dheap.cc2036 GCTracer::BackgroundScope::SCAVENGER_BACKGROUND_SCAVENGE_PARALLEL); in RunInParallel()