Home
last modified time | relevance | path

Searched refs:provider_type (Results 1 – 5 of 5) sorted by relevance

/third_party/node/src/
Dasync_wrap.cc110 switch (provider_type()) { in EmitTraceEventBefore()
305 args.GetReturnValue().Set(wrap->provider_type()); in GetProviderType()
530 switch (provider_type()) { in EmitTraceEventDestroy()
575 CHECK_NE(provider_type(), PROVIDER_NONE); in AsyncReset()
598 switch (provider_type()) { in AsyncReset()
623 env()->async_hooks()->provider_string(provider_type()), in AsyncReset()
662 ProviderType provider = provider_type(); in MakeCallback()
675 return provider_names[provider_type()]; in MemoryInfoName()
Ddebug_utils-inl.h186 static_cast<DebugCategory>(async_wrap->provider_type()), in UnconditionalAsyncWrapDebug()
196 DebugCategory cat = static_cast<DebugCategory>(async_wrap->provider_type()); in Debug()
Dasync_wrap-inl.h33 inline AsyncWrap::ProviderType AsyncWrap::provider_type() const { in provider_type() function
Dtcp_wrap.h54 switch (provider_type()) { in SET_SELF_SIZE()
Dasync_wrap.h184 inline ProviderType provider_type() const;