/third_party/node/deps/v8/src/heap/ |
D | local-heap.cc | 48 LocalHeap::LocalHeap(Heap* heap, ThreadKind kind, in LocalHeap() 51 is_main_thread_(kind == ThreadKind::kMain), in LocalHeap() 269 ThreadKind thread_kind; in SleepInUnpark() 273 thread_kind = ThreadKind::kMain; in SleepInUnpark() 276 thread_kind = ThreadKind::kBackground; in SleepInUnpark() 312 ThreadKind thread_kind; in SleepInSafepoint() 316 thread_kind = ThreadKind::kMain; in SleepInSafepoint() 319 thread_kind = ThreadKind::kBackground; in SleepInSafepoint()
|
D | gc-tracer-inl.h | 32 GCTracer::Scope::Scope(GCTracer* tracer, ScopeId scope, ThreadKind thread_kind) in Scope() 39 if (thread_kind_ == ThreadKind::kMain) { in Scope() 58 if (thread_kind_ == ThreadKind::kMain) { in ~Scope()
|
D | gc-tracer.h | 35 tracer, GCTracer::Scope::ScopeId(scope_id), ThreadKind::kMain); \ 96 V8_INLINE Scope(GCTracer* tracer, ScopeId scope, ThreadKind thread_kind); 111 const ThreadKind thread_kind_;
|
D | sweeper.cc | 86 ThreadKind::kBackground); in Run() 477 ThreadKind::kMain); in IncrementalSweepSpace() 669 ThreadKind::kBackground); in RunInternal()
|
D | incremental-marking.cc | 165 ThreadKind::kMain); in Start() 771 ThreadKind::kMain); in AdvanceWithDeadline() 876 ThreadKind::kMain); in AdvanceOnAllocation()
|
D | concurrent-allocator.cc | 23 LocalHeap local_heap(heap, ThreadKind::kBackground); in RunInternal()
|
D | local-heap.h | 41 Heap* heap, ThreadKind kind,
|
D | array-buffer-sweeper.cc | 164 TRACE_GC_EPOCH(heap_->tracer(), scope_id, ThreadKind::kBackground); in RequestSweep()
|
D | concurrent-marking.cc | 424 ThreadKind::kBackground); in Run()
|
D | memory-allocator.cc | 80 ThreadKind::kBackground); in Run()
|
D | mark-compact.cc | 702 ThreadKind::kMain); in EnsureSweepingCompleted() 3814 ThreadKind::kBackground); in Run() 4210 TRACE_GC_EPOCH(tracer_, background_scope_, ThreadKind::kBackground); in Run() 4848 heap()->tracer(), GCTracer::Scope::MC_SWEEP_OLD, ThreadKind::kMain); in StartSweepSpaces() 4853 heap()->tracer(), GCTracer::Scope::MC_SWEEP_CODE, ThreadKind::kMain); in StartSweepSpaces() 4858 heap()->tracer(), GCTracer::Scope::MC_SWEEP_MAP, ThreadKind::kMain); in StartSweepSpaces() 5666 ThreadKind::kBackground); in Run()
|
D | scavenger.cc | 214 ThreadKind::kBackground); in Run()
|
D | heap.cc | 2276 TRACE_GC_EPOCH(tracer(), CollectorScopeId(collector), ThreadKind::kMain); in PerformGarbageCollection() 2458 TRACE_GC_EPOCH(tracer(), scope_id, ThreadKind::kMain); in CompleteSweepingYoung() 3948 ThreadKind::kMain); in FinalizeIncrementalMarkingIncrementally()
|
/third_party/node/deps/v8/src/execution/ |
D | local-isolate.cc | 17 LocalIsolate::LocalIsolate(Isolate* isolate, ThreadKind kind) in LocalIsolate() 23 stack_limit_(kind == ThreadKind::kMain in LocalIsolate() 32 if (kind == ThreadKind::kMain) { in LocalIsolate()
|
D | local-isolate.h | 47 explicit LocalIsolate(Isolate* isolate, ThreadKind kind);
|
D | isolate.cc | 3955 main_thread_local_isolate_.reset(new LocalIsolate(this, ThreadKind::kMain)); in ThrowInternal()
|
/third_party/node/deps/v8/src/compiler-dispatcher/ |
D | optimizing-compile-dispatcher.cc | 46 LocalIsolate local_isolate(isolate_, ThreadKind::kBackground); in RunInternal()
|
D | lazy-compile-dispatcher.cc | 404 LocalIsolate isolate(isolate_, ThreadKind::kBackground); in DoBackgroundWork()
|
/third_party/node/deps/v8/src/maglev/ |
D | maglev-concurrent-dispatcher.cc | 132 LocalIsolate local_isolate(isolate(), ThreadKind::kBackground); in Run()
|
/third_party/node/deps/v8/src/baseline/ |
D | baseline-batch-compiler.cc | 153 LocalIsolate local_isolate(isolate_, ThreadKind::kBackground); in Run()
|
/third_party/node/deps/v8/src/snapshot/ |
D | code-serializer.cc | 332 LocalIsolate local_isolate(isolate_, ThreadKind::kBackground); in Run()
|
/third_party/node/deps/v8/src/common/ |
D | globals.h | 1026 enum class ThreadKind { kMain, kBackground }; enum
|
/third_party/node/deps/v8/src/codegen/ |
D | compiler.cc | 1604 LocalIsolate isolate(isolate_for_local_isolate_, ThreadKind::kBackground); in Run() 1855 LocalIsolate isolate(isolate_for_local_isolate_, ThreadKind::kBackground); in Run()
|