Searched refs:CallOnWorkerThread (Results 1 – 12 of 12) sorted by relevance
301 virtual void CallOnWorkerThread(std::unique_ptr<Task> task) = 0;310 CallOnWorkerThread(std::move(task)); in CallBlockingTaskOnWorkerThread()
231 V8::GetCurrentPlatform()->CallOnWorkerThread( in QueueForOptimization()238 V8::GetCurrentPlatform()->CallOnWorkerThread( in Unblock()
523 platform_->CallOnWorkerThread( in ScheduleMoreWorkerTasksIfNeeded()
54 V8::GetCurrentPlatform()->CallOnWorkerThread( in FreeAllocationsOnBackgroundThread()
165 V8::GetCurrentPlatform()->CallOnWorkerThread(std::move(task)); in StartSweeperTasks()562 V8::GetCurrentPlatform()->CallOnWorkerThread(std::move(task)); in StartIterabilityTasks()
145 V8::GetCurrentPlatform()->CallOnWorkerThread( in FlipStoreBuffers()
690 V8::GetCurrentPlatform()->CallOnWorkerThread(std::move(task)); in ScheduleTasks()
382 V8::GetCurrentPlatform()->CallOnWorkerThread(std::move(task)); in FreeQueuedChunks()
61 void CallOnWorkerThread(std::unique_ptr<Task> task) override; in NON_EXPORTED_BASE()
193 void DefaultPlatform::CallOnWorkerThread(std::unique_ptr<Task> task) { in CallOnWorkerThread() function in v8::platform::DefaultPlatform
2338 V8::GetCurrentPlatform()->CallOnWorkerThread(std::move(task)); in StartBackgroundTask()2979 V8::GetCurrentPlatform()->CallOnWorkerThread(std::move(task)); in RestartBackgroundTasks()
186 void CallOnWorkerThread(std::unique_ptr<Task> task) override { in CallOnWorkerThread() function in v8::__anoncd2d3b7e0111::PredictablePlatform