Home
last modified time | relevance | path

Searched refs:NotifyConcurrencyIncrease (Results 1 – 12 of 12) sorted by relevance

/third_party/node/deps/v8/src/libplatform/
Ddefault-job.h28 void NotifyConcurrencyIncrease() override { in NotifyConcurrencyIncrease() function
29 outer_->NotifyConcurrencyIncrease(); in NotifyConcurrencyIncrease()
51 void NotifyConcurrencyIncrease();
112 void NotifyConcurrencyIncrease() override { in NotifyConcurrencyIncrease() function
113 state_->NotifyConcurrencyIncrease(); in NotifyConcurrencyIncrease()
Ddefault-job.cc42 void DefaultJobState::NotifyConcurrencyIncrease() { in NotifyConcurrencyIncrease() function in v8::platform::DefaultJobState
218 state_->NotifyConcurrencyIncrease(); in DefaultJobHandle()
/third_party/node/deps/v8/include/
Dv8-platform.h172 virtual void NotifyConcurrencyIncrease() = 0;
201 virtual void NotifyConcurrencyIncrease() = 0;
/third_party/node/deps/v8/src/maglev/
Dmaglev-concurrent-dispatcher.cc185 job_handle_->NotifyConcurrencyIncrease(); in EnqueueJob()
/third_party/node/deps/v8/src/heap/cppgc/
Dconcurrent-marker.cc237 concurrent_marking_handle_->NotifyConcurrencyIncrease(); in NotifyIncrementalMutatorStepCompleted()
/third_party/node/deps/v8/src/wasm/
Dwasm-serialization.cc601 delegate->NotifyConcurrencyIncrease(); in Run()
682 job_handle->NotifyConcurrencyIncrease(); in Read()
693 job_handle->NotifyConcurrencyIncrease(); in Read()
Dmodule-compiler.cc3429 compile_job_->NotifyConcurrencyIncrease(); in CommitCompilationUnits()
3444 compile_job_->NotifyConcurrencyIncrease(); in AddTopTierPriorityCompilationUnit()
3824 void NotifyConcurrencyIncrease() override { UNIMPLEMENTED(); } in WaitForCompilationEvent() function in v8::internal::wasm::CompilationStateImpl::WaitForCompilationEvent::WaitForEventDelegate
/third_party/node/deps/v8/src/heap/
Dscavenger.cc669 delegate->NotifyConcurrencyIncrease(); in Process()
681 delegate->NotifyConcurrencyIncrease(); in Process()
Dconcurrent-marking.cc619 job_handle_->NotifyConcurrencyIncrease(); in RescheduleJobIfNeeded()
Dmemory-allocator.cc109 job_handle_->NotifyConcurrencyIncrease(); in FreeQueuedChunks()
/third_party/node/deps/v8/src/baseline/
Dbaseline-batch-compiler.cc207 job_handle_->NotifyConcurrencyIncrease(); in CompileBatch()
/third_party/node/deps/v8/src/compiler-dispatcher/
Dlazy-compile-dispatcher.cc184 job_handle_->NotifyConcurrencyIncrease(); in Enqueue()