Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dcpu_profiler.h101 bool GetStackBeforeCallNapi(JSThread *thread);
Dcpu_profiler.cpp299 bool CpuProfiler::GetStackBeforeCallNapi(JSThread *thread) in GetStackBeforeCallNapi() function in panda::ecmascript::CpuProfiler
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp456 …getStackBeforeCallNapiSuccess = thread->GetEcmaVM()->GetProfiler()->GetStackBeforeCallNapi(thread); in RegisterCallback()
Djsnapi_expo.cpp4224 getStackBeforeCallNapiSuccess = vm->GetProfiler()->GetStackBeforeCallNapi(thread); in GetStackBeforeCallNapiSuccess()