Home
last modified time | relevance | path

Searched refs:GetStackAfterCallNapi (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dcpu_profiler.h84 void GetStackAfterCallNapi(JSThread *thread);
Dcpu_profiler.cpp319 void CpuProfiler::GetStackAfterCallNapi(JSThread *thread) in GetStackAfterCallNapi() function in panda::ecmascript::CpuProfiler
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp2854 thread->GetEcmaVM()->GetProfiler()->GetStackAfterCallNapi(thread); in RegisterCallback()