Home
last modified time | relevance | path

Searched refs:taggedLength (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dshared_builtins.cpp769 JSTaggedValue taggedLength(length); in SetSFunctionLength()
771 ctor->SetPropertyInlinedProps(thread_, lengthIndex, taggedLength); in SetSFunctionLength()
H A Dbuiltins.cpp566 JSTaggedValue taggedLength(length); in SetFunctionLength()
568 ctor->SetPropertyInlinedProps(thread_, lengthIndex, taggedLength); in SetFunctionLength()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dslowpath_lowering.cpp886 GateRef taggedLength = builder_.ToTaggedInt(builder_.ZExtInt32ToInt64(length)); in SaveFrameToContext() local
888 GateRef taggedArray = LowerCallRuntime(gate, arrayId, {taggedLength}); in SaveFrameToContext()
1763 GateRef taggedLength = builder_.ToTaggedInt(builder_.Int64(length)); in LowerSuperCall() local
1779 result = LowerCallRuntime(gate, RTSTUB_ID(OptSuperCall), { func, *newTarget, taggedArray, taggedLength }); in LowerSuperCall()
1794 GateRef taggedLength = builder_.ToTaggedInt(builder_.Int64(funcIndex)); in LowerSuperCallArrow() local
1797 std::vector<GateRef> vec { func, newTarget, taggedArray, taggedLength}; in LowerSuperCallArrow()

Completed in 18 milliseconds