Searched refs:CallDelayedOnForegroundThread (Results 1 – 9 of 9) sorted by relevance
/external/v8/test/unittests/libplatform/ |
D | default-platform-unittest.cc | 65 platform.CallDelayedOnForegroundThread(isolate, task2, 100); in TEST() 66 platform.CallDelayedOnForegroundThread(isolate, task1, 10); in TEST() 97 platform.CallDelayedOnForegroundThread(isolate, task2, 10); in TEST() 124 platform.CallDelayedOnForegroundThread(isolate, task, 10); in TEST()
|
/external/v8/include/ |
D | v8-platform.h | 81 virtual void CallDelayedOnForegroundThread(Isolate* isolate, Task* task,
|
/external/v8/src/libplatform/ |
D | default-platform.h | 40 void CallDelayedOnForegroundThread(Isolate* isolate, Task* task,
|
D | default-platform.cc | 149 void DefaultPlatform::CallDelayedOnForegroundThread(Isolate* isolate, in CallDelayedOnForegroundThread() function in v8::platform::DefaultPlatform
|
/external/v8/src/heap/ |
D | incremental-marking-job.cc | 61 V8::GetCurrentPlatform()->CallDelayedOnForegroundThread(isolate, task, in ScheduleDelayedTask()
|
D | memory-reducer.cc | 205 V8::GetCurrentPlatform()->CallDelayedOnForegroundThread( in ScheduleTimer()
|
/external/v8/test/cctest/heap/ |
D | test-incremental-marking.cc | 50 void CallDelayedOnForegroundThread(v8::Isolate* isolate, Task* task, in CallDelayedOnForegroundThread() function in v8::internal::MockPlatform
|
/external/v8/test/cctest/ |
D | test-trace-event.cc | 57 void CallDelayedOnForegroundThread(Isolate* isolate, Task* task, in CallDelayedOnForegroundThread() function in MockTracingPlatform
|
/external/v8/src/ |
D | d8.cc | 122 void CallDelayedOnForegroundThread(v8::Isolate* isolate, Task* task, in CallDelayedOnForegroundThread() function in v8::__anonab487c950111::PredictablePlatform
|