Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dcpu_profiler.h83 bool GetStackBeforeCallNapi(JSThread *thread);
Dcpu_profiler.cpp305 bool CpuProfiler::GetStackBeforeCallNapi(JSThread *thread) in GetStackBeforeCallNapi() function in panda::ecmascript::CpuProfiler
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp2848 …getStackBeforeCallNapiSuccess = thread->GetEcmaVM()->GetProfiler()->GetStackBeforeCallNapi(thread); in RegisterCallback()