Searched refs:CallOnForegroundThread (Results 1 – 8 of 8) sorted by relevance
/external/v8/test/unittests/libplatform/ |
D | default-platform-unittest.cc | 46 platform.CallOnForegroundThread(isolate, task); in TEST() 96 platform.CallOnForegroundThread(isolate, task1); in TEST() 104 platform.CallOnForegroundThread(isolate, task3); in TEST()
|
/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 47 platform_->CallOnForegroundThread(isolate, task); in CallOnForegroundThread()
|
/external/v8/include/ |
D | v8-platform.h | 73 virtual void CallOnForegroundThread(Isolate* isolate, Task* task) = 0;
|
/external/v8/src/libplatform/ |
D | default-platform.h | 39 void CallOnForegroundThread(v8::Isolate* isolate, Task* task) override;
|
D | default-platform.cc | 143 void DefaultPlatform::CallOnForegroundThread(v8::Isolate* isolate, Task* task) { in CallOnForegroundThread() function in v8::platform::DefaultPlatform
|
/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 | global-handles.cc | 948 V8::GetCurrentPlatform()->CallOnForegroundThread( in DispatchPendingPhantomCallbacks()
|
D | d8.cc | 117 void CallOnForegroundThread(v8::Isolate* isolate, Task* task) override { in CallOnForegroundThread() function in v8::__anonab487c950111::PredictablePlatform
|