Searched defs:CallOnForegroundThread (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/libplatform/ | ||
D | default-platform.cc | 143 void DefaultPlatform::CallOnForegroundThread(v8::Isolate* isolate, Task* task) { in CallOnForegroundThread() function in v8::platform::DefaultPlatform |
/external/v8/test/cctest/heap/ | ||
D | test-incremental-marking.cc | 46 void CallOnForegroundThread(v8::Isolate* isolate, Task* task) override { in CallOnForegroundThread() function in v8::internal::MockPlatform |
/external/v8/test/cctest/ | ||
D | test-trace-event.cc | 55 void CallOnForegroundThread(Isolate* isolate, Task* task) override {} in CallOnForegroundThread() function in MockTracingPlatform |
/external/v8/src/ | ||
D | d8.cc | 117 void CallOnForegroundThread(v8::Isolate* isolate, Task* task) override { in CallOnForegroundThread() function in v8::__anon8c632ce10111::PredictablePlatform |