Searched defs:TracingController (Results 1 – 5 of 5) sorted by relevance
16 class TracingController; variable37 TracingController() : v8::platform::tracing::TracingController() {} in TracingController() function
26 using TracingController = v8::TracingController; variable
236 : public V8_PLATFORM_NON_EXPORTED_BASE(v8::TracingController) { in V8_PLATFORM_NON_EXPORTED_BASE()
73 TracingController::TracingController() { mutex_.reset(new base::Mutex()); } in TracingController() function in v8::platform::tracing::TracingController
133 class TracingController; variable