Searched refs:CallOnForegroundThread (Results 1 – 8 of 8) sorted by relevance
29 V8::GetCurrentPlatform()->CallOnForegroundThread(isolate, task); in ScheduleTask()
4543 V8::GetCurrentPlatform()->CallOnForegroundThread( in MemoryPressureNotification()
99 virtual void CallOnForegroundThread(Isolate* isolate, Task* task) = 0;
50 void CallOnForegroundThread(v8::Isolate* isolate, Task* task) override; in NON_EXPORTED_BASE()
191 void DefaultPlatform::CallOnForegroundThread(v8::Isolate* isolate, Task* task) { in CallOnForegroundThread() function in v8::platform::DefaultPlatform
511 platform_->CallOnForegroundThread( in MemoryPressureNotification()548 platform_->CallOnForegroundThread( in ScheduleAbortTask()
1038 V8::GetCurrentPlatform()->CallOnForegroundThread( in DispatchPendingPhantomCallbacks()
170 void CallOnForegroundThread(v8::Isolate* isolate, Task* task) override { in CallOnForegroundThread() function in v8::__anon76e7e1f40111::PredictablePlatform