Home
last modified time | relevance | path

Searched refs:CallOnForegroundThread (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/heap/
Dincremental-marking-job.cc29 V8::GetCurrentPlatform()->CallOnForegroundThread(isolate, task); in ScheduleTask()
Dheap.cc4543 V8::GetCurrentPlatform()->CallOnForegroundThread( in MemoryPressureNotification()
/external/v8/include/
Dv8-platform.h99 virtual void CallOnForegroundThread(Isolate* isolate, Task* task) = 0;
/external/v8/src/libplatform/
Ddefault-platform.h50 void CallOnForegroundThread(v8::Isolate* isolate, Task* task) override; in NON_EXPORTED_BASE()
Ddefault-platform.cc191 void DefaultPlatform::CallOnForegroundThread(v8::Isolate* isolate, Task* task) { in CallOnForegroundThread() function in v8::platform::DefaultPlatform
/external/v8/src/compiler-dispatcher/
Dcompiler-dispatcher.cc511 platform_->CallOnForegroundThread( in MemoryPressureNotification()
548 platform_->CallOnForegroundThread( in ScheduleAbortTask()
/external/v8/src/
Dglobal-handles.cc1038 V8::GetCurrentPlatform()->CallOnForegroundThread( in DispatchPendingPhantomCallbacks()
Dd8.cc170 void CallOnForegroundThread(v8::Isolate* isolate, Task* task) override { in CallOnForegroundThread() function in v8::__anon76e7e1f40111::PredictablePlatform