Home
last modified time | relevance | path

Searched refs:GetArgv (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_stubs.cpp161 GateRef argv = GetArgv(); in GetArgFromArgv()
173 GateRef argv = GetArgv(); in GetArgFromArgv()
435 GateRef argv = GetArgv(); in DECLARE_BUILTINS()
443 GateRef argv = GetArgv(); in DECLARE_BUILTINS()
528 GateRef argv = GetArgv(); in DECLARE_BUILTINS()
536 GateRef argv = GetArgv(); in DECLARE_BUILTINS()
566 hashTableBuilder.GenMapSetConstructor(nativeCode, func, newTarget, thisValue, numArgs, arg0, GetArgv()); in DECLARE_BUILTINS()
573 hashTableBuilder.GenMapSetConstructor(nativeCode, func, newTarget, thisValue, numArgs, arg0, GetArgv()); in DECLARE_BUILTINS()
H A Dbuiltins_proxy_stub_builder.cpp53 GateRef argv = GetArgv(); in GenProxyConstructor()
H A Dbuiltins_stubs.h71 inline GateRef GetArgv() in GetArgv() function in panda::ecmascript::kungfu::BuiltinsStubBuilder
H A Dbuiltins_number_stub_builder.cpp297 GateRef argv = GetArgv(); in GenNumberConstructor()
307 GateRef argv = GetArgv(); in GenNumberConstructor()
H A Dbuiltins_function_stub_builder.cpp237 GateRef elementArgv = PtrAdd(GetArgv(), IntPtr(JSTaggedValue::TaggedTypeSize())); in PrototypeCall()
H A Dbuiltins_typedarray_stub_builder.cpp3167 GateRef argv = GetArgv(); in GenTypedArrayConstructor()
3175 GateRef argv = GetArgv(); in GenTypedArrayConstructor()
H A Dbuiltins_array_stub_builder.cpp4858 GateRef argv = GetArgv(); in GenArrayConstructor()
4866 GateRef argv = GetArgv(); in GenArrayConstructor()
/arkcompiler/ets_runtime/ecmascript/
H A Dframes.cpp82 return JSTaggedValue(*(frame->GetArgv())); in GetFunction()
653 ARK_INLINE JSTaggedType* OptimizedJSFunctionFrame::GetArgv(const FrameIterator &it) const in GetArgv() function in panda::ecmascript::OptimizedJSFunctionFrame
656 return GetArgv(preFrameSp); in GetArgv()
687 JSTaggedType *argv = frame->GetArgv(reinterpret_cast<uintptr_t *>(preFrameSp)); in GCIterate()
719 ARK_INLINE JSTaggedType* FASTJITFunctionFrame::GetArgv(const FrameIterator &it) const in GetArgv() function in panda::ecmascript::FASTJITFunctionFrame
722 return GetArgv(preFrameSp); in GetArgv()
750 JSTaggedType *argv = frame->GetArgv(reinterpret_cast<uintptr_t *>(preFrameSp)); in GCIterate()
H A Dframes.h577 JSTaggedType* GetArgv(uintptr_t *preFrameSp) const in GetArgv() function
588 JSTaggedType* GetArgv(const FrameIterator &it) const;
1527 const JSTaggedType* GetArgv() const in GetArgv() function
1829 JSTaggedType* GetArgv(uintptr_t *preFrameSp) const in GetArgv() function
1840 JSTaggedType* GetArgv(const FrameIterator &it) const;
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
H A Ddeoptimizer.cpp274 frameArgvs_ = frame->GetArgv(preFrameSp); in AssistCollectDeoptBundleVec()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h3107 return optimizedJSJITFunctionFrame->GetArgv(it);
3110 return optimizedJSFunctionFrame->GetArgv(it);
3125 return optimizedJSJITFunctionFrame->GetArgv(it);
3128 return optimizedJSFunctionFrame->GetArgv(it);
H A Druntime_stubs.cpp3153 return reinterpret_cast<uintptr_t>(fastJitFunctionFrame->GetArgv(it)); in GetActualArgvNoGC()
3156 return reinterpret_cast<uintptr_t>(optimizedJSFunctionFrame->GetArgv(it)); in GetActualArgvNoGC()

Completed in 44 milliseconds