Home
last modified time | relevance | path

Searched refs:ThreadKind (Results 1 – 23 of 23) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dlocal-heap.cc48 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()
Dgc-tracer-inl.h32 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()
Dgc-tracer.h35 tracer, GCTracer::Scope::ScopeId(scope_id), ThreadKind::kMain); \
96 V8_INLINE Scope(GCTracer* tracer, ScopeId scope, ThreadKind thread_kind);
111 const ThreadKind thread_kind_;
Dsweeper.cc86 ThreadKind::kBackground); in Run()
477 ThreadKind::kMain); in IncrementalSweepSpace()
669 ThreadKind::kBackground); in RunInternal()
Dincremental-marking.cc165 ThreadKind::kMain); in Start()
771 ThreadKind::kMain); in AdvanceWithDeadline()
876 ThreadKind::kMain); in AdvanceOnAllocation()
Dconcurrent-allocator.cc23 LocalHeap local_heap(heap, ThreadKind::kBackground); in RunInternal()
Dlocal-heap.h41 Heap* heap, ThreadKind kind,
Darray-buffer-sweeper.cc164 TRACE_GC_EPOCH(heap_->tracer(), scope_id, ThreadKind::kBackground); in RequestSweep()
Dconcurrent-marking.cc424 ThreadKind::kBackground); in Run()
Dmemory-allocator.cc80 ThreadKind::kBackground); in Run()
Dmark-compact.cc702 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()
Dscavenger.cc214 ThreadKind::kBackground); in Run()
Dheap.cc2276 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/
Dlocal-isolate.cc17 LocalIsolate::LocalIsolate(Isolate* isolate, ThreadKind kind) in LocalIsolate()
23 stack_limit_(kind == ThreadKind::kMain in LocalIsolate()
32 if (kind == ThreadKind::kMain) { in LocalIsolate()
Dlocal-isolate.h47 explicit LocalIsolate(Isolate* isolate, ThreadKind kind);
Disolate.cc3955 main_thread_local_isolate_.reset(new LocalIsolate(this, ThreadKind::kMain)); in ThrowInternal()
/third_party/node/deps/v8/src/compiler-dispatcher/
Doptimizing-compile-dispatcher.cc46 LocalIsolate local_isolate(isolate_, ThreadKind::kBackground); in RunInternal()
Dlazy-compile-dispatcher.cc404 LocalIsolate isolate(isolate_, ThreadKind::kBackground); in DoBackgroundWork()
/third_party/node/deps/v8/src/maglev/
Dmaglev-concurrent-dispatcher.cc132 LocalIsolate local_isolate(isolate(), ThreadKind::kBackground); in Run()
/third_party/node/deps/v8/src/baseline/
Dbaseline-batch-compiler.cc153 LocalIsolate local_isolate(isolate_, ThreadKind::kBackground); in Run()
/third_party/node/deps/v8/src/snapshot/
Dcode-serializer.cc332 LocalIsolate local_isolate(isolate_, ThreadKind::kBackground); in Run()
/third_party/node/deps/v8/src/common/
Dglobals.h1026 enum class ThreadKind { kMain, kBackground }; enum
/third_party/node/deps/v8/src/codegen/
Dcompiler.cc1604 LocalIsolate isolate(isolate_for_local_isolate_, ThreadKind::kBackground); in Run()
1855 LocalIsolate isolate(isolate_for_local_isolate_, ThreadKind::kBackground); in Run()