Home
last modified time | relevance | path

Searched refs:IsCallNapi (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackgetter.cpp140 if (isCpuProfiler && function->IsCallNapi() && extraInfoValue.CheckIsJSNativePointer()) { in GetNativeStack()
181 if (function->IsCallNapi()) { in GetRunningState()
200 if (function->IsCallNapi()) { in GetRunningState()
208 if (function->IsCallNapi()) { in GetRunningState()
/arkcompiler/ets_runtime/ecmascript/
Dmethod.h106 static bool IsCallNapi(uint64_t extraLiteralInfo) in IsCallNapi() function
347 bool IsCallNapi() const in IsCallNapi() function
350 return IsCallNapi(extraLiteralInfo); in IsCallNapi()
Djs_function.h49 bool IsCallNapi() const in IsCallNapi() function
52 return Method::ConstCast(method.GetTaggedObject())->IsCallNapi(); in IsCallNapi()
Decma_vm.cpp667 if (functionInfo->IsCallNapi()) { in TriggerConcurrentCallback()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp463 if (thread->GetIsProfiling() && function->IsCallNapi()) { in RegisterCallback()
469 if (thread->GetIsProfiling() && function->IsCallNapi() && getStackBeforeCallNapiSuccess) { in RegisterCallback()
Djsnapi_expo.cpp2390 if (!function->IsCallNapi()) { in GetData()