Home
last modified time | relevance | path

Searched defs:argvPtr (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dframes.cpp876 uintptr_t* argvPtr = reinterpret_cast<uintptr_t *>(&frame->argc + 1); in GCIterate() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp3087 JSTaggedValue *argvPtr) in CreateArrayFromList()