Searched refs:GetArgv (Results 1 - 12 of 12) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
H A D | builtins_stubs.cpp | 161 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 D | builtins_proxy_stub_builder.cpp | 53 GateRef argv = GetArgv();
in GenProxyConstructor()
|
H A D | builtins_stubs.h | 71 inline GateRef GetArgv()
in GetArgv() function in panda::ecmascript::kungfu::BuiltinsStubBuilder
|
H A D | builtins_number_stub_builder.cpp | 297 GateRef argv = GetArgv();
in GenNumberConstructor() 307 GateRef argv = GetArgv();
in GenNumberConstructor()
|
H A D | builtins_function_stub_builder.cpp | 237 GateRef elementArgv = PtrAdd(GetArgv(), IntPtr(JSTaggedValue::TaggedTypeSize()));
in PrototypeCall()
|
H A D | builtins_typedarray_stub_builder.cpp | 3167 GateRef argv = GetArgv();
in GenTypedArrayConstructor() 3175 GateRef argv = GetArgv();
in GenTypedArrayConstructor()
|
H A D | builtins_array_stub_builder.cpp | 4858 GateRef argv = GetArgv(); in GenArrayConstructor() 4866 GateRef argv = GetArgv(); in GenArrayConstructor()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | frames.cpp | 82 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 D | frames.h | 577 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 D | deoptimizer.cpp | 274 frameArgvs_ = frame->GetArgv(preFrameSp); in AssistCollectDeoptBundleVec()
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stubs-inl.h | 3107 return optimizedJSJITFunctionFrame->GetArgv(it); 3110 return optimizedJSFunctionFrame->GetArgv(it); 3125 return optimizedJSJITFunctionFrame->GetArgv(it); 3128 return optimizedJSFunctionFrame->GetArgv(it);
|
H A D | runtime_stubs.cpp | 3153 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