Searched refs:GetStackBeforeCallNapi (Results 1 – 3 of 3) sorted by relevance
83 bool GetStackBeforeCallNapi(JSThread *thread);
305 bool CpuProfiler::GetStackBeforeCallNapi(JSThread *thread) in GetStackBeforeCallNapi() function in panda::ecmascript::CpuProfiler
2848 …getStackBeforeCallNapiSuccess = thread->GetEcmaVM()->GetProfiler()->GetStackBeforeCallNapi(thread); in RegisterCallback()