Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackgetter.cpp139 if (isCpuProfiler && function->IsCallNapi() && extraInfoValue.CheckIsJSNativePointer()) { in GetNativeStack()
180 if (function->IsCallNapi()) { in GetRunningState()
199 if (function->IsCallNapi()) { in GetRunningState()
207 if (function->IsCallNapi()) { in GetRunningState()
/arkcompiler/ets_runtime/ecmascript/
Dmethod.h105 static bool IsCallNapi(uint64_t extraLiteralInfo) in IsCallNapi() function
346 bool IsCallNapi() const in IsCallNapi() function
349 return IsCallNapi(extraLiteralInfo); in IsCallNapi()
Djs_function.h49 bool IsCallNapi() const in IsCallNapi() function
52 return Method::ConstCast(method.GetTaggedObject())->IsCallNapi(); in IsCallNapi()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp2847 if (thread->GetIsProfiling() && function->IsCallNapi()) { in RegisterCallback()
2853 if (thread->GetIsProfiling() && function->IsCallNapi() && getStackBeforeCallNapiSuccess) { in RegisterCallback()