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.h84 bool GetStackBeforeCallNapi(JSThread *thread);
Dcpu_profiler.cpp312 bool CpuProfiler::GetStackBeforeCallNapi(JSThread *thread) in GetStackBeforeCallNapi() function in panda::ecmascript::CpuProfiler
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp464 …getStackBeforeCallNapiSuccess = thread->GetEcmaVM()->GetProfiler()->GetStackBeforeCallNapi(thread); in RegisterCallback()
Djsnapi_expo.cpp2731 getStackBeforeCallNapiSuccess = vm->GetProfiler()->GetStackBeforeCallNapi(thread); in GetStackBeforeCallNapiSuccess()