Searched refs:GetStackBeforeCallNapi (Results 1 – 4 of 4) sorted by relevance
101 bool GetStackBeforeCallNapi(JSThread *thread);
299 bool CpuProfiler::GetStackBeforeCallNapi(JSThread *thread) in GetStackBeforeCallNapi() function in panda::ecmascript::CpuProfiler
456 …getStackBeforeCallNapiSuccess = thread->GetEcmaVM()->GetProfiler()->GetStackBeforeCallNapi(thread); in RegisterCallback()
4224 getStackBeforeCallNapiSuccess = vm->GetProfiler()->GetStackBeforeCallNapi(thread); in GetStackBeforeCallNapiSuccess()