| /arkcompiler/ets_runtime/ecmascript/ |
| D | tagged_array.h | 91 static bool ShouldTrim(uint32_t oldLength, uint32_t newLength) in ShouldTrim()
|
| D | vtable.cpp | 69 void VTable::Trim(const JSThread *thread, uint32_t newLength) in Trim()
|
| D | weak_vector.cpp | 130 uint32_t newLength = VectorToArrayIndex(capacity); in Copy() local
|
| D | tagged_array.cpp | 212 void TaggedArray::Trim(const JSThread *thread, uint32_t newLength) in Trim()
|
| D | object_factory.cpp | 492 uint32_t newLength = old->GetLength(); in CloneProperties() local 596 uint32_t newLength = old->GetLength(); in CloneProperties() local 2825 …Array> ObjectFactory::NewAndCopyTaggedArray(JSHandle<TaggedArray> &srcElements, uint32_t newLength, in NewAndCopyTaggedArray() 2843 uint32_t newLength, uint32_t oldLength, uint32_t k) in NewAndCopyTaggedArraySkipBarrier() 2870 …bject> ObjectFactory::NewAndCopyJSArrayObject(JSHandle<JSObject> thisObjHandle, uint32_t newLength, in NewAndCopyJSArrayObject() 2890 … ObjectFactory::NewAndCopyTaggedArrayByObject(JSHandle<JSObject> thisObjHandle, uint32_t newLength, in NewAndCopyTaggedArrayByObject() 2912 … uint32_t newLength, uint32_t oldLength, in NewAndCopyMutantTaggedArrayByObject() 3175 uint32_t newLength = end - start; in CopyPartArray() local 3197 … ObjectFactory::CopyArray(const JSHandle<TaggedArray> &old, uint32_t oldLength, uint32_t newLength, in CopyArray() 3245 uint32_t newLength = oldLength - EnumCache::ENUM_CACHE_HEADER_SIZE; in CopyFromEnumCache() local [all …]
|
| D | ecma_string-inl.h | 102 inline void EcmaString::TrimLineString(const JSThread *thread, uint32_t newLength) in TrimLineString()
|
| D | js_stable_array.cpp | 34 uint32_t newLength = argc + oldLength; in Push() local 55 uint32_t newLength = argc + oldLength; in Push() local 1755 uint32_t newLength = std::max(JSHandle<JSArray>::Cast(thisObjVal)->GetArrayLength(), itemCount); in CopySortedListToReceiver() local
|
| D | shared_object_factory.cpp | 356 … uint32_t newLength, JSTaggedValue initVal, ElementsKind kind) in CopySArray()
|
| D | js_bigint.cpp | 393 uint32_t newLength = bigintLength; in BitwiseAddOne() local
|
| D | ecma_string.cpp | 43 uint32_t newLength = leftLength + rightLength; in Concat() local
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_shared_module.cpp | 152 uint32_t newLength = oldExports->GetLength(); in GenerateSharedExports() local
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_arraylist.cpp | 253 int32_t newLength = length - (endIndex - startIndex); in RemoveByRange() local 333 int newLength = toIndex == length ? length - fromIndex : endIndex - fromIndex; in SubArrayList() local
|
| D | js_api_vector.cpp | 225 int32_t newLength = length - (endIndex - fromIndex); in RemoveByRange() local 245 uint32_t newLength = static_cast<uint32_t>(toIndex - fromIndex); in SubVector() local
|
| /arkcompiler/runtime_core/static_core/runtime/mem/refstorage/ |
| D | global_object_storage.h | 237 size_t newLength = storage_.size() * ENSURE_CAPACITY_MULTIPLIER; in EnsureCapacity() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | typed_array_helper.cpp | 732 uint64_t newLength = 0; in CreateFromArrayBuffer() local 799 uint64_t newLength = 0; in CreateFromSendableArrayBuffer() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | class_info_extractor.cpp | 1089 auto newLength = baseLength + fieldNum; in DefineSendableInstanceHClass() local 1115 auto newLength = fieldNum + static_cast<uint32_t>(baseLength); in DefineSendableInstanceHClass() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_shared_array.cpp | 1497 uint32_t newLength = argc + static_cast<uint32_t>(len); in Push() local 2480 auto newLength = JSTaggedValue::ToUint32(thread, newLengthValue); in ShrinkTo() local 2518 auto newLength = JSTaggedValue::ToUint32(thread, newLengthValue); in ExtendTo() local
|
| D | builtins_shared_typedarray.cpp | 1614 uint32_t newLength = endIndex > beginIndex ? (endIndex - beginIndex) : 0; in Subarray() local
|
| D | builtins_typedarray.cpp | 1740 uint32_t newLength = endIndex > beginIndex ? (endIndex - beginIndex) : 0; in Subarray() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_api_arraylist_test.cpp | 523 int newLength = static_cast<int>(newSubArrayList->GetLength().GetArrayLength()); in HWTEST_F_L0() local
|
| D | js_api_bitvector_test.cpp | 478 int newLength = 10; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_string_stub_builder.cpp | 2305 GateRef newLength = builder_.Int32Add(leftLength, rightLength); in StringAdd() local 2700 GateRef newLength = Int32Add(leftLength, rightLength); in StringConcat() local 3513 GateRef newLength = GetCallArg0(numArgs); in PadStart() local 3638 GateRef newLength = GetCallArg0(numArgs); in PadEnd() local
|
| D | builtins_array_stub_builder.cpp | 2643 GateRef newLength = Int32Add(oldLength, ChangeIntPtrToInt32(numArgs)); in Push() local 2721 GateRef newLength = Int32Add(oldLength, ChangeIntPtrToInt32(numArgs)); in Push() local
|
| /arkcompiler/runtime_core/static_core/runtime/coretypes/ |
| D | string.cpp | 990 uint32_t newLength = length1 + length2; in Concat() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | common_stubs.cpp | 1412 GateRef newLength = Int32Argument(2U); in GenerateCircuit() local
|