Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.h82 inline GateRef GetArgv() in GetArgv() function
/arkcompiler/ets_runtime/ecmascript/
Dframes.h392 JSTaggedType* GetArgv(uintptr_t *preFrameSp) const in GetArgv() function
1141 const JSTaggedType* GetArgv() const in GetArgv() function
Dframes.cpp448 ARK_INLINE JSTaggedType* OptimizedJSFunctionFrame::GetArgv(const FrameIterator &it) const in GetArgv() function in panda::ecmascript::OptimizedJSFunctionFrame