Home
last modified time | relevance | path

Searched defs:newLen (Results 1 – 19 of 19) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dpanda_file_translator.cpp1070 auto newLen = BytecodeInstruction::Size(newOpcode); in FixOpcode() local
1080 auto newLen = BytecodeInstruction::Size(newOpcode); in FixOpcode() local
1095 auto newLen = BytecodeInstruction::Size(newOpcode); in FixOpcode() local
1105 auto newLen = BytecodeInstruction::Size(newOpcode); in FixOpcode() local
1120 auto newLen = BytecodeInstruction::Size(newOpcode); in FixOpcode() local
1130 auto newLen = BytecodeInstruction::Size(newOpcode); in FixOpcode() local
1233 auto newLen = BytecodeInstruction::Size(newOpcode); in FixOpcode() local
1243 auto newLen = BytecodeInstruction::Size(newOpcode); in FixOpcode() local
1253 auto newLen = BytecodeInstruction::Size(newOpcode); in FixOpcode() local
/arkcompiler/ets_runtime/ecmascript/ic/
Dprofile_type_info.cpp52 uint32_t newLen = arr->GetLength() + step; in AddWithoutKeyPoly() local
158 uint32_t newLen = arr->GetLength() + step; in AddHandlerWithKey() local
203 uint32_t newLen = arr->GetLength() + step; in AddGlobalHandlerKey() local
Dic_runtime_stub-inl.h372 uint32_t newLen = JSObject::ComputeNonInlinedFastPropsCapacity(thread, capacity, in StoreWithTransition() local
/arkcompiler/ets_runtime/ecmascript/shared_objects/
Djs_shared_array.cpp46 uint32_t newLen = 0; in LengthSetter() local
213 …y::SetCapacity(JSThread *thread, const JSHandle<JSObject> &array, uint32_t oldLen, uint32_t newLen, in SetCapacity()
246 uint32_t newLen = 0; in ArraySetLength() local
/arkcompiler/ets_runtime/ecmascript/
Djs_array.cpp32 uint32_t newLen = 0; in LengthSetter() local
271 uint32_t oldLen, uint32_t newLen, bool isNew) in SetCapacity()
325 … [[maybe_unused]] uint32_t oldLen, uint32_t newLen, in TransformElementsKindAfterSetCapacity()
387 uint32_t newLen = 0; in ArraySetLength() local
622 uint32_t newLen = index + 1; in TryFastCreateDataProperty() local
Dobject_operator.cpp920 uint32_t newLen = receiver.GetTaggedValue().IsJSArray() ? in AddProperty() local
Djs_tagged_value.cpp1439 uint32_t newLen = ToUint32(thread, tagged); in ToArrayLength() local
Djs_stable_array.cpp1934 … int64_t newLen = static_cast<int64_t>(base::ArrayHelper::GetArrayLength(thread, thisObjVal)); in HandleReduceRightOfStable() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_sharedarraybuffer.cpp203 uint32_t newLen = std::max((last - first), 0); in Slice() local
Dbuiltins_sendable_arraybuffer.cpp165 uint32_t newLen = std::max((last - first), 0); in Slice() local
Dbuiltins_array.cpp78 uint32_t newLen = 0; in ArrayConstructor() local
1647 int64_t newLen = len - 1; in Pop() local
2612 int64_t newLen = len - actualDeleteCount + insertCount; in Splice() local
2834 int64_t newLen = len + argc; in Unshift() local
3315 int64_t newLen = 0; in ToSpliced() local
Dbuiltins_shared_array.cpp1451 int64_t newLen = len - 1; in PopInner() local
1667 int64_t newLen = len - 1; in Shift() local
1879 int64_t newLen = len - actualDeleteCount + insertCount; in Splice() local
2087 int64_t newLen = len + argc; in Unshift() local
Dbuiltins_arraybuffer.cpp160 uint32_t newLen = std::max((last - first), 0); in Slice() local
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dtyped_array_helper_test.cpp188 uint32_t newLen = JSHandle<JSTypedArray>::Cast(newArrObj)->GetArrayLength(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp764GateRef newLen, Label *exit, RegionSpaceFlag spaceType, bool isMutantArray) in ExtendArray()
805 GateRef NewObjectStubBuilder::ExtendArrayCheck(GateRef glue, GateRef elements, GateRef newLen, in ExtendArrayCheck()
828 …ObjectStubBuilder::ExtendArrayWithOptimizationCheck(GateRef glue, GateRef elements, GateRef newLen) in ExtendArrayWithOptimizationCheck()
877 GateRef newLen, RegionSpaceFlag spaceType) in CopyArray()
Dstub_builder.cpp3227 …GateRef newLen = ComputeNonInlinedFastPropsCapacity(glue, capacity, maxNonInlinedFastPropsCapacity… in StoreWithTransition() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder_next_optimization.cpp55 GateRef newLen = Int64Add(thisLen, argLen); in UnshiftOptimised() local
1609 GateRef newLen = ZExtInt32ToInt64(GetArrayLength(thisValue)); in VisitAll() local
Dbuiltins_array_stub_builder.cpp1969 GateRef newLen = GetLengthOfTaggedArray(elements); in Reduce() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp458 uint32_t newLen = JSObject::ComputeNonInlinedFastPropsCapacity(thread, capacity, in DEF_RUNTIME_STUBS() local