Searched refs:taggedLength (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | shared_builtins.cpp | 769 JSTaggedValue taggedLength(length); in SetSFunctionLength() 771 ctor->SetPropertyInlinedProps(thread_, lengthIndex, taggedLength); in SetSFunctionLength()
|
H A D | builtins.cpp | 566 JSTaggedValue taggedLength(length); in SetFunctionLength() 568 ctor->SetPropertyInlinedProps(thread_, lengthIndex, taggedLength); in SetFunctionLength()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | slowpath_lowering.cpp | 886 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