Lines Matching refs:NodePlatform
326 NodePlatform::NodePlatform(int thread_pool_size, in NodePlatform() function in node::NodePlatform
342 NodePlatform::~NodePlatform() { in ~NodePlatform()
346 void NodePlatform::RegisterIsolate(Isolate* isolate, uv_loop_t* loop) { in RegisterIsolate()
356 void NodePlatform::RegisterIsolate(Isolate* isolate, in RegisterIsolate()
365 void NodePlatform::UnregisterIsolate(Isolate* isolate) { in UnregisterIsolate()
376 void NodePlatform::AddIsolateFinishedCallback(Isolate* isolate, in AddIsolateFinishedCallback()
388 void NodePlatform::Shutdown() { in Shutdown()
399 int NodePlatform::NumberOfWorkerThreads() { in NumberOfWorkerThreads()
435 void NodePlatform::DrainTasks(Isolate* isolate) { in DrainTasks()
484 void NodePlatform::CallOnWorkerThread(std::unique_ptr<Task> task) { in CallOnWorkerThread()
488 void NodePlatform::CallDelayedOnWorkerThread(std::unique_ptr<Task> task, in CallDelayedOnWorkerThread()
495 IsolatePlatformDelegate* NodePlatform::ForIsolate(Isolate* isolate) { in ForIsolate()
503 NodePlatform::ForNodeIsolate(Isolate* isolate) { in ForNodeIsolate()
510 bool NodePlatform::FlushForegroundTasks(Isolate* isolate) { in FlushForegroundTasks()
516 bool NodePlatform::IdleTasksEnabled(Isolate* isolate) { in IdleTasksEnabled()
521 NodePlatform::GetForegroundTaskRunner(Isolate* isolate) { in GetForegroundTaskRunner()
525 double NodePlatform::MonotonicallyIncreasingTime() { in MonotonicallyIncreasingTime()
530 double NodePlatform::CurrentClockTimeMillis() { in CurrentClockTimeMillis()
534 v8::TracingController* NodePlatform::GetTracingController() { in GetTracingController()
539 Platform::StackTracePrinter NodePlatform::GetStackTracePrinter() { in GetStackTracePrinter()