| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | panda_file_translator.cpp | 1068 auto newLen = BytecodeInstruction::Size(newOpcode); in FixOpcode() local 1078 auto newLen = BytecodeInstruction::Size(newOpcode); in FixOpcode() local 1093 auto newLen = BytecodeInstruction::Size(newOpcode); in FixOpcode() local 1103 auto newLen = BytecodeInstruction::Size(newOpcode); in FixOpcode() local 1118 auto newLen = BytecodeInstruction::Size(newOpcode); in FixOpcode() local 1128 auto newLen = BytecodeInstruction::Size(newOpcode); in FixOpcode() local 1231 auto newLen = BytecodeInstruction::Size(newOpcode); in FixOpcode() local 1241 auto newLen = BytecodeInstruction::Size(newOpcode); in FixOpcode() local 1251 auto newLen = BytecodeInstruction::Size(newOpcode); in FixOpcode() local
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | profile_type_info.cpp | 52 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
|
| D | ic_runtime_stub-inl.h | 372 uint32_t newLen = JSObject::ComputeNonInlinedFastPropsCapacity(thread, capacity, in StoreWithTransition() local
|
| /arkcompiler/ets_runtime/ecmascript/shared_objects/ |
| D | js_shared_array.cpp | 45 uint32_t newLen = 0; in LengthSetter() local 212 …y::SetCapacity(JSThread *thread, const JSHandle<JSObject> &array, uint32_t oldLen, uint32_t newLen, in SetCapacity() 245 uint32_t newLen = 0; in ArraySetLength() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_array.cpp | 32 uint32_t newLen = 0; in LengthSetter() local 273 uint32_t oldLen, uint32_t newLen, bool isNew) in SetCapacity() 327 … [[maybe_unused]] uint32_t oldLen, uint32_t newLen, in TransformElementsKindAfterSetCapacity() 389 uint32_t newLen = 0; in ArraySetLength() local 624 uint32_t newLen = index + 1; in TryFastCreateDataProperty() local
|
| D | object_operator.cpp | 910 uint32_t newLen = receiver.GetTaggedValue().IsJSArray() ? in AddProperty() local
|
| D | js_tagged_value.cpp | 1516 uint32_t newLen = ToUint32(thread, tagged); in ToArrayLength() local
|
| D | js_stable_array.cpp | 1949 … int64_t newLen = static_cast<int64_t>(base::ArrayHelper::GetArrayLength(thread, thisObjVal)); in HandleReduceRightOfStable() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_sharedarraybuffer.cpp | 203 uint32_t newLen = std::max((last - first), 0); in Slice() local
|
| D | builtins_sendable_arraybuffer.cpp | 165 uint32_t newLen = std::max((last - first), 0); in Slice() local
|
| D | builtins_array.cpp | 78 uint32_t newLen = 0; in ArrayConstructor() local 1638 int64_t newLen = len - 1; in Pop() local 2576 int64_t newLen = len - actualDeleteCount + insertCount; in Splice() local 2790 int64_t newLen = len + argc; in Unshift() local 3271 int64_t newLen = 0; in ToSpliced() local
|
| D | builtins_shared_array.cpp | 1444 int64_t newLen = len - 1; in PopInner() local 1660 int64_t newLen = len - 1; in Shift() local 1872 int64_t newLen = len - actualDeleteCount + insertCount; in Splice() local 2070 int64_t newLen = len + argc; in Unshift() local
|
| D | builtins_arraybuffer.cpp | 160 uint32_t newLen = std::max((last - first), 0); in Slice() local
|
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| D | typed_array_helper_test.cpp | 188 uint32_t newLen = JSHandle<JSTypedArray>::Cast(newArrObj)->GetArrayLength(); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | new_object_stub_builder.cpp | 851 … GateRef newLen, Label *exit, RegionSpaceFlag spaceType, bool isMutantArray) in ExtendArray() 892 GateRef NewObjectStubBuilder::ExtendArrayCheck(GateRef glue, GateRef elements, GateRef newLen, in ExtendArrayCheck() 915 …ObjectStubBuilder::ExtendArrayWithOptimizationCheck(GateRef glue, GateRef elements, GateRef newLen) in ExtendArrayWithOptimizationCheck() 964 GateRef newLen, RegionSpaceFlag spaceType) in CopyArray()
|
| D | stub_builder.cpp | 3565 …GateRef newLen = ComputeNonInlinedFastPropsCapacity(glue, capacity, maxNonInlinedFastPropsCapacity… in StoreWithTransition() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_array_stub_builder_next_optimization.cpp | 55 GateRef newLen = Int64Add(thisLen, argLen); in UnshiftOptimised() local 1616 GateRef newLen = ZExtInt32ToInt64(GetArrayLength(thisValue)); in VisitAll() local
|
| D | builtins_object_stub_builder.cpp | 748 GateRef newLen = GetLengthOfTaggedArray(elements); in CopyFromKeyArray() local
|
| D | builtins_array_stub_builder.cpp | 1974 GateRef newLen = GetLengthOfTaggedArray(elements); in Reduce() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 470 uint32_t newLen = JSObject::ComputeNonInlinedFastPropsCapacity(thread, capacity, in DEF_RUNTIME_STUBS() local
|