Home
last modified time | relevance | path

Searched refs:IsSendableOrConcurrentFunction (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_function.h335 bool IsSendableOrConcurrentFunction() const;
Djs_function.cpp1170 bool JSFunction::IsSendableOrConcurrentFunction() const in IsSendableOrConcurrentFunction() function in panda::ecmascript::JSFunction
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp595 if (func->IsSendableOrConcurrentFunction()) { in HandlePGOPreDump()
638 if (func->IsSendableOrConcurrentFunction()) { in HandlePGODumpByDumpThread()
718 if (function->IsSendableOrConcurrentFunction()) { in ProfileBytecode()