Searched refs:TracingCpuProfilerImpl (Results 1 – 4 of 4) sorted by relevance
15 TracingCpuProfilerImpl::TracingCpuProfilerImpl(Isolate* isolate) in TracingCpuProfilerImpl() function in v8::internal::TracingCpuProfilerImpl20 TracingCpuProfilerImpl::~TracingCpuProfilerImpl() { in ~TracingCpuProfilerImpl()26 void TracingCpuProfilerImpl::OnTraceEnabled() { in OnTraceEnabled()34 reinterpret_cast<TracingCpuProfilerImpl*>(data)->StartProfiling(); in OnTraceEnabled()39 void TracingCpuProfilerImpl::OnTraceDisabled() { in OnTraceDisabled()45 reinterpret_cast<TracingCpuProfilerImpl*>(data)->StopProfiling(); in OnTraceDisabled()50 void TracingCpuProfilerImpl::StartProfiling() { in StartProfiling()60 void TracingCpuProfilerImpl::StopProfiling() { in StopProfiling()
21 class TracingCpuProfilerImpl final24 explicit TracingCpuProfilerImpl(Isolate*);25 ~TracingCpuProfilerImpl() override;26 TracingCpuProfilerImpl(const TracingCpuProfilerImpl&) = delete;27 TracingCpuProfilerImpl& operator=(const TracingCpuProfilerImpl&) = delete;
137 class TracingCpuProfilerImpl; variable2355 std::unique_ptr<TracingCpuProfilerImpl> tracing_cpu_profiler_;
4051 tracing_cpu_profiler_.reset(new TracingCpuProfilerImpl(this)); in ThrowInternal()