Home
last modified time | relevance | path

Searched refs:DefaultPlatform (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/libplatform/
Ddefault-platform.cc41 std::unique_ptr<DefaultPlatform> platform( in NewDefaultPlatform()
42 new DefaultPlatform(idle_task_support, std::move(tracing_controller))); in NewDefaultPlatform()
60 return static_cast<DefaultPlatform*>(platform)->PumpMessageLoop(isolate, in PumpMessageLoop()
66 static_cast<DefaultPlatform*>(platform)->RunIdleTasks(isolate, in RunIdleTasks()
73 static_cast<DefaultPlatform*>(platform)->SetTracingController( in SetTracingController()
77 const int DefaultPlatform::kMaxThreadPoolSize = 8;
79 DefaultPlatform::DefaultPlatform( in DefaultPlatform() function in v8::platform::DefaultPlatform
94 DefaultPlatform::~DefaultPlatform() { in ~DefaultPlatform()
102 void DefaultPlatform::SetThreadPoolSize(int thread_pool_size) { in SetThreadPoolSize()
112 void DefaultPlatform::EnsureBackgroundTaskRunnerInitialized() { in EnsureBackgroundTaskRunnerInitialized()
[all …]
Ddefault-platform.h32 class V8_PLATFORM_EXPORT DefaultPlatform : public NON_EXPORTED_BASE(Platform) { in NON_EXPORTED_BASE()
34 explicit DefaultPlatform( in NON_EXPORTED_BASE()
38 virtual ~DefaultPlatform(); in NON_EXPORTED_BASE()
89 DISALLOW_COPY_AND_ASSIGN(DefaultPlatform); in NON_EXPORTED_BASE()