Lines Matching refs:DefaultPlatform
21 DefaultPlatform* platform = new DefaultPlatform(); in CreateDefaultPlatform()
29 return reinterpret_cast<DefaultPlatform*>(platform)->PumpMessageLoop(isolate); in PumpMessageLoop()
33 const int DefaultPlatform::kMaxThreadPoolSize = 4;
36 DefaultPlatform::DefaultPlatform() in DefaultPlatform() function in v8::platform::DefaultPlatform
40 DefaultPlatform::~DefaultPlatform() { in ~DefaultPlatform()
65 void DefaultPlatform::SetThreadPoolSize(int thread_pool_size) { in SetThreadPoolSize()
76 void DefaultPlatform::EnsureInitialized() { in EnsureInitialized()
86 Task* DefaultPlatform::PopTaskInMainThreadQueue(v8::Isolate* isolate) { in PopTaskInMainThreadQueue()
97 Task* DefaultPlatform::PopTaskInMainThreadDelayedQueue(v8::Isolate* isolate) { in PopTaskInMainThreadDelayedQueue()
112 bool DefaultPlatform::PumpMessageLoop(v8::Isolate* isolate) { in PumpMessageLoop()
136 void DefaultPlatform::CallOnBackgroundThread(Task *task, in CallOnBackgroundThread()
143 void DefaultPlatform::CallOnForegroundThread(v8::Isolate* isolate, Task* task) { in CallOnForegroundThread()
149 void DefaultPlatform::CallDelayedOnForegroundThread(Isolate* isolate, in CallDelayedOnForegroundThread()
158 void DefaultPlatform::CallIdleOnForegroundThread(Isolate* isolate, in CallIdleOnForegroundThread()
164 bool DefaultPlatform::IdleTasksEnabled(Isolate* isolate) { return false; } in IdleTasksEnabled()
167 double DefaultPlatform::MonotonicallyIncreasingTime() { in MonotonicallyIncreasingTime()
173 uint64_t DefaultPlatform::AddTraceEvent( in AddTraceEvent()
181 void DefaultPlatform::UpdateTraceEventDuration( in UpdateTraceEventDuration()
185 const uint8_t* DefaultPlatform::GetCategoryGroupEnabled(const char* name) { in GetCategoryGroupEnabled()
191 const char* DefaultPlatform::GetCategoryGroupName( in GetCategoryGroupName()