Home
last modified time | relevance | path

Searched refs:GetTaskId (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/libplatform/
H A Ddefault-job.h35 uint8_t GetTaskId() override;
H A Ddefault-job.cc26 uint8_t DefaultJobState::JobDelegate::GetTaskId() { in GetTaskId() function in v8::platform::DefaultJobState::JobDelegate
/third_party/node/deps/v8/src/heap/
H A Dscavenger.cc205 DCHECK_LT(delegate->GetTaskId(), scavengers_->size()); in Run()
206 Scavenger* scavenger = (*scavengers_)[delegate->GetTaskId()].get(); in Run()
H A Dconcurrent-marking.cc459 uint8_t task_id = delegate->GetTaskId() + 1; in Run()
H A Dsweeper.cc102 const int offset = delegate->GetTaskId(); in RunImpl()
H A Dmark-compact.cc3808 Evacuator* evacuator = (*evacuators_)[delegate->GetTaskId()].get();
/third_party/node/deps/v8/include/v8-include/
H A Dv8-platform.h180 * that GetTaskId() < worker count. To achieve this, the same task_id may be
183 virtual uint8_t GetTaskId() = 0;
/third_party/node/deps/v8/include/
H A Dv8-platform.h176 * that GetTaskId() < worker count. To achieve this, the same task_id may be
179 virtual uint8_t GetTaskId() = 0;
/third_party/node/deps/v8/src/wasm/
H A Dmodule-compiler.cc1515 int task_id = delegate ? (int{delegate->GetTaskId()} + 1) : kMainTaskId; in ExecuteCompilationUnits()
3826 uint8_t GetTaskId() override { return kMainTaskId; } in WaitForCompilationEvent()

Completed in 23 milliseconds