Searched defs:GetArgv (Results 1 - 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ | ||
| H A D | builtins_stubs.h | 71 inline GateRef GetArgv()
in GetArgv() function in panda::ecmascript::kungfu::BuiltinsStubBuilder |
| /arkcompiler/ets_runtime/ecmascript/ | ||
| H A D | frames.cpp | 653 ARK_INLINE JSTaggedType* OptimizedJSFunctionFrame::GetArgv(const FrameIterator &it) const in GetArgv() function in panda::ecmascript::OptimizedJSFunctionFrame 719 ARK_INLINE JSTaggedType* FASTJITFunctionFrame::GetArgv(const FrameIterator &it) const in GetArgv() function in panda::ecmascript::FASTJITFunctionFrame |
| H A D | frames.h | 577 JSTaggedType* GetArgv(uintptr_t *preFrameSp) const
in GetArgv() function 1527 const JSTaggedType* GetArgv() const in GetArgv() function 1829 JSTaggedType* GetArgv(uintptr_t *preFrameSp) const in GetArgv() function |
Completed in 6 milliseconds