Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dframes.cpp644 uintptr_t* argvPtr = reinterpret_cast<uintptr_t *>(&frame->argc + 1); in GCIterate() local
645 JSTaggedType *argv = reinterpret_cast<JSTaggedType *>(*argvPtr); in GCIterate()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h368 …Type CreateArrayFromList([[maybe_unused]] uintptr_t argGlue, int32_t argc, JSTaggedValue *argvPtr);
Druntime_stubs.cpp2099 JSTaggedValue *argvPtr) in CreateArrayFromList() argument
2105 taggedArray->Set(thread, index - NUM_MANDATORY_JSFUNC_ARGS, argvPtr[index]); in CreateArrayFromList()