Searched defs:CallIdleOnForegroundThread (Results 1 – 3 of 3) sorted by relevance
/external/v8/include/ | ||
D | v8-platform.h | 344 virtual void CallIdleOnForegroundThread(Isolate* isolate, IdleTask* task) { in CallIdleOnForegroundThread() function |
/external/v8/src/libplatform/ | ||
D | default-platform.cc | 216 void DefaultPlatform::CallIdleOnForegroundThread(Isolate* isolate, in CallIdleOnForegroundThread() function in v8::platform::DefaultPlatform |
/external/v8/src/ | ||
D | d8.cc | 206 void CallIdleOnForegroundThread(Isolate* isolate, IdleTask* task) override { in CallIdleOnForegroundThread() function in v8::__anoncd2d3b7e0111::PredictablePlatform |