Home
last modified time | relevance | path

Searched refs:GetTracingController (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/profiler/
Dtracing-cpu-profiler.cc20 V8::GetCurrentPlatform()->GetTracingController()->AddTraceStateObserver(this); in TracingCpuProfilerImpl()
25 V8::GetCurrentPlatform()->GetTracingController()->RemoveTraceStateObserver( in ~TracingCpuProfilerImpl()
/external/v8/src/tracing/
Dtracing-category-observer.cc20 ->GetTracingController() in SetUp()
31 ->GetTracingController() in TearDown()
Dtrace-event.cc18 v8::TracingController* TraceEventHelper::GetTracingController() { in GetTracingController() function in v8::internal::tracing::TraceEventHelper
19 return v8::internal::V8::GetCurrentPlatform()->GetTracingController(); in GetTracingController()
Dtrace-event.h76 v8::internal::tracing::TraceEventHelper::GetTracingController() \
122 v8::internal::tracing::TraceEventHelper::GetTracingController() \
319 static v8::TracingController* GetTracingController();
467 v8::internal::tracing::TraceEventHelper::GetTracingController(); in AddTraceEventImpl()
489 v8::internal::tracing::TraceEventHelper::GetTracingController(); in AddTraceEventWithTimestampImpl()
/external/v8/src/libplatform/
Ddefault-platform.h71 v8::TracingController* GetTracingController() override; in NON_EXPORTED_BASE()
Ddefault-platform.cc235 TracingController* DefaultPlatform::GetTracingController() { in GetTracingController() function in v8::platform::DefaultPlatform
/external/v8/include/
Dv8-platform.h382 virtual TracingController* GetTracingController() = 0;
/external/v8/src/
Dd8.cc220 v8::TracingController* GetTracingController() override { in GetTracingController() function in v8::__anoncd2d3b7e0111::PredictablePlatform
221 return platform_->GetTracingController(); in GetTracingController()