Home
last modified time | relevance | path

Searched refs:GetProfiler (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp370 CpuProfiler *profiler = vm->GetProfiler(); in StartCpuProfilerForFile()
387 CpuProfiler *profiler = vm->GetProfiler(); in StopCpuProfilerForFile()
406 CpuProfiler *profiler = vm->GetProfiler(); in StartCpuProfilerForInfo()
423 CpuProfiler *profiler = vm->GetProfiler(); in StopCpuProfilerForInfo()
448 CpuProfiler *profiler = vm->GetProfiler(); in SetCpuSamplingInterval()
Djsnapi.cpp2848 …getStackBeforeCallNapiSuccess = thread->GetEcmaVM()->GetProfiler()->GetStackBeforeCallNapi(thread); in RegisterCallback()
2854 thread->GetEcmaVM()->GetProfiler()->GetStackAfterCallNapi(thread); in RegisterCallback()
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.h357 CpuProfiler *GetProfiler() const in GetProfiler() function
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dcpu_profiler.cpp391 profiler = vm->GetProfiler(); in GetStackSignalHandler()