Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Dgc_helper.h71 static inline void CopyArgvArray(const JSThread *thread, void *argvToRef, uint64_t argc) in CopyArgvArray() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_signature.cpp2740 DEF_CALL_SIGNATURE(CopyArgvArray) in DEF_CALL_SIGNATURE() argument
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp3539 void RuntimeStubs::CopyArgvArray(uintptr_t argGlue, uintptr_t argv, uint64_t argc) in DEF_RUNTIME_STUBS() function in panda::ecmascript::RuntimeStubs