Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.h73 inline GateRef GetArgv() in GetArgv() function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/test_helper/
Dinterop_test_helper.cpp121 static napi_value GetArgv(napi_env env, [[maybe_unused]] napi_callback_info info) in GetArgv() function
/arkcompiler/ets_runtime/ecmascript/
Dframes.cpp693 ARK_INLINE JSTaggedType* OptimizedJSFunctionFrame::GetArgv(const FrameIterator &it) const in GetArgv() function in panda::ecmascript::OptimizedJSFunctionFrame
752 ARK_INLINE JSTaggedType* FASTJITFunctionFrame::GetArgv(const FrameIterator &it) const in GetArgv() function in panda::ecmascript::FASTJITFunctionFrame
Dframes.h598 JSTaggedType* GetArgv(uintptr_t *preFrameSp) const in GetArgv() function
1584 const JSTaggedType* GetArgv() const in GetArgv() function
1896 JSTaggedType* GetArgv(uintptr_t *preFrameSp) const in GetArgv() function