Home
last modified time | relevance | path

Searched refs:NodePlatform (Results 1 - 8 of 8) sorted by relevance

/third_party/node/src/
H A Dnode_platform.cc333 NodePlatform::NodePlatform(int thread_pool_size, in NodePlatform() function in node::NodePlatform
356 NodePlatform::~NodePlatform() { in ~NodePlatform()
360 void NodePlatform::RegisterIsolate(Isolate* isolate, uv_loop_t* loop) { in RegisterIsolate()
370 void NodePlatform::RegisterIsolate(Isolate* isolate, in RegisterIsolate()
379 void NodePlatform::UnregisterIsolate(Isolate* isolate) { in UnregisterIsolate()
390 void NodePlatform::AddIsolateFinishedCallback(Isolate* isolate, in AddIsolateFinishedCallback()
402 void NodePlatform::Shutdown() { in Shutdown()
413 int NodePlatform
[all...]
H A Dnode_v8_platform-inl.h104 platform_ = new NodePlatform(thread_pool_size, controller); in Initialize()
160 inline NodePlatform* Platform() { return platform_; } in Platform()
165 NodePlatform* platform_;
181 inline NodePlatform* Platform() { return nullptr; } in Platform()
H A Dnode_platform.h18 class NodePlatform;
138 class NodePlatform : public MultiIsolatePlatform { class
140 NodePlatform(int thread_pool_size,
143 ~NodePlatform() override;
/third_party/node/test/fuzzers/
H A Dfuzz_env.cc24 using NodePlatformUniquePtr = std::unique_ptr<node::NodePlatform>;
45 new node::NodePlatform(kV8ThreadPoolSize, tracing_controller)); in LLVMFuzzerInitialize()
/third_party/node/test/cctest/
H A Dtest_platform.cc15 node::NodePlatform* platform) in RepostingTask()
37 node::NodePlatform* platform_;
H A Dnode_test_fixture.cc21 new node::NodePlatform(kV8ThreadPoolSize, tracing_controller)); in SetUp()
H A Dnode_test_fixture.h61 using NodePlatformUniquePtr = std::unique_ptr<node::NodePlatform>;
/third_party/node/src/api/
H A Denvironment.cc456 // NodePlatform implementation. in FreeEnvironment()
554 return std::make_unique<NodePlatform>(thread_pool_size, in Create()

Completed in 5 milliseconds