Home
last modified time | relevance | path

Searched defs:CallDelayedOnWorkerThread (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/d8/
Dd8-platforms.cc59 void CallDelayedOnWorkerThread(std::unique_ptr<Task> task, in CallDelayedOnWorkerThread() function in v8::PredictablePlatform
157 void CallDelayedOnWorkerThread(std::unique_ptr<Task> task, in CallDelayedOnWorkerThread() function in v8::DelayedTasksPlatform
/external/v8/src/libplatform/
Ddefault-platform.cc203 void DefaultPlatform::CallDelayedOnWorkerThread(std::unique_ptr<Task> task, in CallDelayedOnWorkerThread() function in v8::platform::DefaultPlatform