Searched refs:StopProfiling (Results 1 – 11 of 11) sorted by relevance
21 StopProfiling(); in ~TracingCpuProfilerImpl()45 reinterpret_cast<TracingCpuProfilerImpl*>(data)->StopProfiling(); in OnTraceDisabled()60 void TracingCpuProfilerImpl::StopProfiling() { in StopProfiling() function in v8::internal::TracingCpuProfilerImpl63 profiler_->StopProfiling(""); in StopProfiling()
659 CpuProfile* CpuProfiler::StopProfiling(const char* title) { in StopProfiling() function in v8::internal::CpuProfiler662 return StopProfiling(profile->id()); in StopProfiling()667 CpuProfile* CpuProfiler::StopProfiling(ProfilerId id) { in StopProfiling() function in v8::internal::CpuProfiler672 CpuProfile* profile = profiles_->StopProfiling(id); in StopProfiling()684 CpuProfile* CpuProfiler::StopProfiling(String title) { in StopProfiling() function in v8::internal::CpuProfiler685 return StopProfiling(profiles_->GetName(title)); in StopProfiling()
359 CpuProfile* StopProfiling(const char* title);360 CpuProfile* StopProfiling(String title);361 CpuProfile* StopProfiling(ProfilerId id);
35 void StopProfiling();
550 CpuProfile* StopProfiling(ProfilerId id);
1104 CpuProfile* CpuProfilesCollection::StopProfiling(ProfilerId id) { in StopProfiling() function in v8::internal::CpuProfilesCollection
524 CpuProfile* StopProfiling(Local<String> title);
549 m_profiler->StopProfiling(toV8String(m_isolate, title)); in stopProfiling()
10016 CpuProfile* CpuProfiler::StopProfiling(Local<String> title) { in StopProfiling() function in v8::CpuProfiler10018 reinterpret_cast<i::CpuProfiler*>(this)->StopProfiling( in StopProfiling()10024 reinterpret_cast<i::CpuProfiler*>(this)->StopProfiling(id)); in Stop()
1782 auto profile = v8profiler->StopProfiling(v8::String::Empty(isolate)); in OH_JSVM_StopCpuProfiler()
5565 cpu_profiler->StopProfiling(String::Empty(isolate)); in Main()