Home
last modified time | relevance | path

Searched defs:CopyCallTarget (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Dgc_helper.h28 static inline void CopyCallTarget(const JSThread *thread, void *callTargetToRef) in CopyCallTarget() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_signature.cpp2725 DEF_CALL_SIGNATURE(CopyCallTarget) in DEF_CALL_SIGNATURE() argument
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp3533 void RuntimeStubs::CopyCallTarget(uintptr_t argGlue, uintptr_t callTarget) in DEF_RUNTIME_STUBS() function in panda::ecmascript::RuntimeStubs