Home
last modified time | relevance | path

Searched defs:TracingController (Results 1 – 5 of 5) sorted by relevance

/third_party/node/src/tracing/
Dagent.h16 class TracingController; variable
37 TracingController() : v8::platform::tracing::TracingController() {} in TracingController() function
/third_party/node/deps/v8/include/cppgc/
Dplatform.h26 using TracingController = v8::TracingController; variable
/third_party/node/deps/v8/include/libplatform/
Dv8-tracing.h236 : public V8_PLATFORM_NON_EXPORTED_BASE(v8::TracingController) { in V8_PLATFORM_NON_EXPORTED_BASE()
/third_party/node/deps/v8/src/libplatform/tracing/
Dtracing-controller.cc73 TracingController::TracingController() { mutex_.reset(new base::Mutex()); } in TracingController() function in v8::platform::tracing::TracingController
/third_party/node/src/
Dnode.h133 class TracingController; variable