| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | profile_type_info.cpp | 45 uint32_t newLen = arr->GetLength() + step; in AddWithoutKeyPoly() local 123 uint32_t newLen = arr->GetLength() + step; in AddHandlerWithKey() local 168 uint32_t newLen = arr->GetLength() + step; in AddGlobalHandlerKey() local
|
| D | ic_runtime_stub-inl.h | 343 uint32_t newLen = JSObject::ComputeNonInlinedFastPropsCapacity(thread, capacity, in StoreWithTransition() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | panda_file_translator.cpp | 1070 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/shared_objects/ |
| D | js_shared_array.cpp | 46 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/ |
| D | js_array.cpp | 32 uint32_t newLen = 0; in LengthSetter() local 202 uint32_t oldLen, uint32_t newLen, bool isNew) in SetCapacity() 302 uint32_t newLen = 0; in ArraySetLength() local
|
| D | object_operator.cpp | 890 uint32_t newLen = receiver.GetTaggedValue().IsJSArray() ? in AddProperty() local
|
| D | js_tagged_value.cpp | 1444 uint32_t newLen = ToUint32(thread, tagged); in ToArrayLength() local
|
| D | js_stable_array.cpp | 1701 … 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 | 168 uint32_t newLen = std::max((last - first), 0); in Slice() local
|
| D | builtins_array.cpp | 75 uint32_t newLen = 0; in ArrayConstructor() local 1626 int64_t newLen = len - 1; in Pop() local 2521 int64_t newLen = len - actualDeleteCount + insertCount; in Splice() local 2746 int64_t newLen = len + argc; in Unshift() local 3130 int64_t newLen = 0; in ToSpliced() local
|
| D | builtins_shared_array.cpp | 1229 int64_t newLen = len - 1; in PopInner() local 1882 int64_t newLen = len - actualDeleteCount + insertCount; in Splice() local 2028 int64_t newLen = len + argc; in Unshift() local
|
| D | builtins_arraybuffer.cpp | 163 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 | 735 GateRef NewObjectStubBuilder::ExtendArray(GateRef glue, GateRef elements, GateRef newLen) in ExtendArray() 850 …Ref NewObjectStubBuilder::CopyArray(GateRef glue, GateRef elements, GateRef oldLen, GateRef newLen) in CopyArray()
|
| D | stub_builder.cpp | 3097 …GateRef newLen = ComputeNonInlinedFastPropsCapacity(glue, capacity, maxNonInlinedFastPropsCapacity… in StoreWithTransition() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_array_stub_builder.cpp | 204 GateRef newLen = Int64Add(thisLen, argLen); in Unshift() local 921 GateRef newLen = GetArrayLength(thisValue); in ForEach() local 1761 GateRef newLen = GetLengthOfTaggedArray(elements); in Reduce() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 455 uint32_t newLen = JSObject::ComputeNonInlinedFastPropsCapacity(thread, capacity, in DEF_RUNTIME_STUBS() local
|