Home
last modified time | relevance | path

Searched refs:argvPtr (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Dframes.cpp876 uintptr_t* argvPtr = reinterpret_cast<uintptr_t *>(&frame->argc + 1); in GCIterate() local
877 JSTaggedType *argv = reinterpret_cast<JSTaggedType *>(*argvPtr); in GCIterate()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.h100 static JSTaggedType CreateArrayFromList([[maybe_unused]] uintptr_t argGlue, int32_t argc, JSTaggedValue *argvPtr);
H A Druntime_stubs.cpp3108 JSTaggedValue *argvPtr) in CreateArrayFromList()
3114 taggedArray->Set(thread, index - NUM_MANDATORY_JSFUNC_ARGS, argvPtr[index]); in CreateArrayFromList()
3107 CreateArrayFromList([[maybe_unused]] uintptr_t argGlue, int32_t argc, JSTaggedValue *argvPtr) CreateArrayFromList() argument

Completed in 18 milliseconds