Home
last modified time | relevance | path

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

/third_party/node/src/tracing/
Dtrace_event.cc13 g_controller = agent->GetTracingController(); in SetAgent()
24 v8::TracingController* TraceEventHelper::GetTracingController() { in GetTracingController() function in node::tracing::TraceEventHelper
34 v8::TracingController* GetTracingController() { in GetTracingController() function
35 return tracing::TraceEventHelper::GetTracingController(); in GetTracingController()
Dagent.h70 inline v8::TracingController* GetTracingController();
89 TracingController* GetTracingController() { in GetTracingController() function
188 inline v8::TracingController* AgentWriterHandle::GetTracingController() { in GetTracingController() function
189 return agent_ != nullptr ? agent_->GetTracingController() : nullptr; in GetTracingController()
Dtrace_event.h119 node::tracing::TraceEventHelper::GetTracingController()) \
315 static v8::TracingController* GetTracingController();
322 v8::TracingController* controller = GetTracingController(); in GetCategoryGroupEnabled()
474 node::tracing::TraceEventHelper::GetTracingController(); in AddTraceEventImpl()
497 node::tracing::TraceEventHelper::GetTracingController(); in AddTraceEventWithTimestampImpl()
520 return agent->GetTracingController()->AddMetadataEvent( in AddMetadataEventImpl()
/third_party/node/test/cctest/
Dtest_platform.cc109 v8::TracingController* orig_controller = node::GetTracingController(); in TEST_F()
111 EXPECT_EQ(node::GetTracingController(), nullptr); in TEST_F()
124 EXPECT_EQ(node::GetTracingController(), orig_controller); in TEST_F()
Dnode_test_fixture.cc18 NodeZeroIsolateTestFixture::tracing_agent->GetTracingController(); in SetUp()
/third_party/node/deps/v8/src/profiler/
Dtracing-cpu-profiler.cc17 V8::GetCurrentPlatform()->GetTracingController()->AddTraceStateObserver(this); in TracingCpuProfilerImpl()
22 V8::GetCurrentPlatform()->GetTracingController()->RemoveTraceStateObserver( in ~TracingCpuProfilerImpl()
/third_party/node/deps/v8/include/cppgc/
Ddefault-platform.h53 TracingController* GetTracingController() override { in GetTracingController() function
54 return v8_platform_->GetTracingController(); in GetTracingController()
Dplatform.h126 virtual TracingController* GetTracingController();
/third_party/node/deps/v8/src/tracing/
Dtrace-event.cc19 v8::TracingController* TraceEventHelper::GetTracingController() { in GetTracingController() function in v8::internal::tracing::TraceEventHelper
20 return v8::internal::V8::GetCurrentPlatform()->GetTracingController(); in GetTracingController()
Dtracing-category-observer.cc19 i::V8::GetCurrentPlatform()->GetTracingController()->AddTraceStateObserver( in SetUp()
24 i::V8::GetCurrentPlatform()->GetTracingController()->RemoveTraceStateObserver( in TearDown()
Dtrace-event.h82 v8::internal::tracing::TraceEventHelper::GetTracingController() \
128 v8::internal::tracing::TraceEventHelper::GetTracingController() \
311 V8_EXPORT_PRIVATE static v8::TracingController* GetTracingController();
396 v8::internal::tracing::TraceEventHelper::GetTracingController(); in AddTraceEventImpl()
418 v8::internal::tracing::TraceEventHelper::GetTracingController(); in AddTraceEventWithTimestampImpl()
/third_party/node/deps/v8/src/heap/cppgc/
Dtrace-event.h55 platform->GetTracingController()->GetCategoryGroupEnabled
136 V8_EXPORT_PRIVATE static TracingController* GetTracingController();
154 TracingController* controller = platform->GetTracingController(); in AddTraceEventImpl()
Dplatform.cc51 TracingController* Platform::GetTracingController() { in GetTracingController() function in cppgc::Platform
/third_party/node/deps/v8/src/d8/
Dd8-platforms.cc99 v8::TracingController* GetTracingController() override { in GetTracingController() function in v8::PredictablePlatform
100 return platform_->GetTracingController(); in GetTracingController()
201 v8::TracingController* GetTracingController() override { in GetTracingController() function in v8::DelayedTasksPlatform
202 return platform_->GetTracingController(); in GetTracingController()
/third_party/node/deps/v8/src/libplatform/
Ddefault-platform.h68 v8::TracingController* GetTracingController() override; in NON_EXPORTED_BASE()
Ddefault-platform.cc249 TracingController* DefaultPlatform::GetTracingController() { in GetTracingController() function in v8::platform::DefaultPlatform
/third_party/node/test/fuzzers/
Dfuzz_env.cc41 tracing_agent->GetTracingController(); in LLVMFuzzerInitialize()
/third_party/node/src/
Dnode_v8_platform-inl.h94 tracing_agent_->GetTracingController(); in Initialize()
Dnode_platform.h156 v8::TracingController* GetTracingController() override;
Dnode_platform.cc349 DCHECK_EQ(GetTracingController(), tracing_controller_); in NodePlatform()
555 v8::TracingController* NodePlatform::GetTracingController() { in GetTracingController() function in node::NodePlatform
Denv.cc707 if (TracingController* tracing_controller = writer->GetTracingController()) in Environment()
831 if (TracingController* tracing_controller = writer->GetTracingController()) in ~Environment()
Dnode.h704 NODE_EXTERN v8::TracingController* GetTracingController();
/third_party/node/deps/v8/src/heap/cppgc-js/
Dcpp-heap.cc190 TracingController* GetTracingController() override { in GetTracingController() function in v8::internal::__anon7ea5795c0211::CppgcPlatformAdapter
191 return platform_->GetTracingController(); in GetTracingController()
/third_party/node/deps/v8/include/
Dv8-platform.h1063 virtual TracingController* GetTracingController() = 0;