Home
last modified time | relevance | path

Searched refs:SetTracingController (Results 1 – 7 of 7) sorted by relevance

/third_party/node/src/tracing/
Dtrace_event.cc28 void TraceEventHelper::SetTracingController(v8::TracingController* controller) { in SetTracingController() function in node::tracing::TraceEventHelper
38 void SetTracingController(v8::TracingController* controller) { in SetTracingController() function
39 tracing::TraceEventHelper::SetTracingController(controller); in SetTracingController()
Dtrace_event.h316 static void SetTracingController(v8::TracingController* controller);
/third_party/node/test/cctest/
Dtest_platform.cc110 node::SetTracingController(nullptr); in TEST_F()
123 node::SetTracingController(orig_controller); in TEST_F()
/third_party/node/deps/v8/src/libplatform/
Ddefault-platform.h49 void SetTracingController( in NON_EXPORTED_BASE()
Ddefault-platform.cc253 void DefaultPlatform::SetTracingController( in SetTracingController() function in v8::platform::DefaultPlatform
/third_party/node/src/
Dnode_platform.cc348 SetTracingController(tracing_controller_); in NodePlatform()
Dnode.h705 NODE_EXTERN void SetTracingController(v8::TracingController* controller);