Searched refs:SetProfiler (Results 1 – 2 of 2) sorted by relevance
373 const_cast<EcmaVM *>(vm)->SetProfiler(profiler); in StartCpuProfilerForFile()394 const_cast<EcmaVM *>(vm)->SetProfiler(nullptr); in StopCpuProfilerForFile()409 const_cast<EcmaVM *>(vm)->SetProfiler(profiler); in StartCpuProfilerForInfo()433 const_cast<EcmaVM *>(vm)->SetProfiler(nullptr); in StopCpuProfilerForInfo()451 const_cast<EcmaVM *>(vm)->SetProfiler(profiler); in SetCpuSamplingInterval()
362 void SetProfiler(CpuProfiler *profiler) in SetProfiler() function