Home
last modified time | relevance | path

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

/external/v8/include/
Dv8-platform.h301 virtual void CallOnWorkerThread(std::unique_ptr<Task> task) = 0;
310 CallOnWorkerThread(std::move(task)); in CallBlockingTaskOnWorkerThread()
/external/v8/src/compiler-dispatcher/
Doptimizing-compile-dispatcher.cc231 V8::GetCurrentPlatform()->CallOnWorkerThread( in QueueForOptimization()
238 V8::GetCurrentPlatform()->CallOnWorkerThread( in Unblock()
Dcompiler-dispatcher.cc523 platform_->CallOnWorkerThread( in ScheduleMoreWorkerTasksIfNeeded()
/external/v8/src/heap/
Darray-buffer-collector.cc54 V8::GetCurrentPlatform()->CallOnWorkerThread( in FreeAllocationsOnBackgroundThread()
Dsweeper.cc165 V8::GetCurrentPlatform()->CallOnWorkerThread(std::move(task)); in StartSweeperTasks()
562 V8::GetCurrentPlatform()->CallOnWorkerThread(std::move(task)); in StartIterabilityTasks()
Dstore-buffer.cc145 V8::GetCurrentPlatform()->CallOnWorkerThread( in FlipStoreBuffers()
Dconcurrent-marking.cc690 V8::GetCurrentPlatform()->CallOnWorkerThread(std::move(task)); in ScheduleTasks()
Dspaces.cc382 V8::GetCurrentPlatform()->CallOnWorkerThread(std::move(task)); in FreeQueuedChunks()
/external/v8/src/libplatform/
Ddefault-platform.h61 void CallOnWorkerThread(std::unique_ptr<Task> task) override; in NON_EXPORTED_BASE()
Ddefault-platform.cc193 void DefaultPlatform::CallOnWorkerThread(std::unique_ptr<Task> task) { in CallOnWorkerThread() function in v8::platform::DefaultPlatform
/external/v8/src/wasm/
Dmodule-compiler.cc2338 V8::GetCurrentPlatform()->CallOnWorkerThread(std::move(task)); in StartBackgroundTask()
2979 V8::GetCurrentPlatform()->CallOnWorkerThread(std::move(task)); in RestartBackgroundTasks()
/external/v8/src/
Dd8.cc186 void CallOnWorkerThread(std::unique_ptr<Task> task) override { in CallOnWorkerThread() function in v8::__anoncd2d3b7e0111::PredictablePlatform