Home
last modified time | relevance | path

Searched refs:CallDelayedOnForegroundThread (Results 1 – 5 of 5) sorted by relevance

/external/v8/include/
Dv8-platform.h107 virtual void CallDelayedOnForegroundThread(Isolate* isolate, Task* task,
/external/v8/src/libplatform/
Ddefault-platform.h51 void CallDelayedOnForegroundThread(Isolate* isolate, Task* task, in NON_EXPORTED_BASE()
Ddefault-platform.cc197 void DefaultPlatform::CallDelayedOnForegroundThread(Isolate* isolate, in CallDelayedOnForegroundThread() function in v8::platform::DefaultPlatform
/external/v8/src/heap/
Dmemory-reducer.cc209 V8::GetCurrentPlatform()->CallDelayedOnForegroundThread( in ScheduleTimer()
/external/v8/src/
Dd8.cc175 void CallDelayedOnForegroundThread(v8::Isolate* isolate, Task* task, in CallDelayedOnForegroundThread() function in v8::__anon76e7e1f40111::PredictablePlatform