Searched defs:newLength (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | tagged_array.h | 73 static inline bool ShouldTrim(uint32_t oldLength, uint32_t newLength) in ShouldTrim()
|
| D | tagged_array-inl.h | 174 void TaggedArray::Trim(JSThread *thread, uint32_t newLength) in Trim()
|
| D | object_factory.cpp | 399 uint32_t newLength = old->GetLength(); in CloneProperties() local 501 uint32_t newLength = old->GetLength(); in CloneProperties() local 2173 uint32_t newLength, in NewAndCopyTaggedArray() 2374 uint32_t newLength = end - start; in CopyPartArray() local 2396 … ObjectFactory::CopyArray(const JSHandle<TaggedArray> &old, uint32_t oldLength, uint32_t newLength, in CopyArray() 2450 uint32_t newLength = old->GetLength(); in CopyLayoutInfo() local 3611 JSHandle<TaggedArray> ObjectFactory::CopyDeque(const JSHandle<TaggedArray> &old, uint32_t newLength, in CopyDeque() 3649 JSHandle<TaggedArray> ObjectFactory::CopyQueue(const JSHandle<TaggedArray> &old, uint32_t newLength, in CopyQueue()
|
| D | js_stable_array.cpp | 39 uint32_t newLength = argc + oldLength; in Push() local
|
| D | ecma_string.cpp | 34 uint32_t newLength = length1 + length2; in Concat() local
|
| D | js_bigint.cpp | 366 uint32_t newLength = bigintLength; in BitwiseAddOne() local
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_arraylist.cpp | 247 int32_t newLength = length - (endIndex - startIndex); in RemoveByRange() local 318 int newLength = toIndex == length ? length - fromIndex : endIndex - fromIndex; in SubArrayList() local
|
| D | js_api_vector.cpp | 229 int32_t newLength = length - (endIndex - fromIndex); in RemoveByRange() local 248 int32_t newLength = toIndex - fromIndex; in SubVector() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | typed_array_helper.cpp | 298 int32_t newLength = 0; in CreateFromArrayBuffer() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_api_arraylist_test.cpp | 537 int newLength = static_cast<int>(newSubArrayList->GetLength().GetArrayLength()); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_typedarray.cpp | 1476 uint32_t newLength = endIndex > beginIndex ? (endIndex - beginIndex) : 0; in Subarray() local
|