Home
last modified time | relevance | path

Searched defs:newLength (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dtagged_array.h73 static inline bool ShouldTrim(uint32_t oldLength, uint32_t newLength) in ShouldTrim()
Dtagged_array-inl.h174 void TaggedArray::Trim(JSThread *thread, uint32_t newLength) in Trim()
Dobject_factory.cpp399 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()
Djs_stable_array.cpp39 uint32_t newLength = argc + oldLength; in Push() local
Decma_string.cpp34 uint32_t newLength = length1 + length2; in Concat() local
Djs_bigint.cpp366 uint32_t newLength = bigintLength; in BitwiseAddOne() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_arraylist.cpp247 int32_t newLength = length - (endIndex - startIndex); in RemoveByRange() local
318 int newLength = toIndex == length ? length - fromIndex : endIndex - fromIndex; in SubArrayList() local
Djs_api_vector.cpp229 int32_t newLength = length - (endIndex - fromIndex); in RemoveByRange() local
248 int32_t newLength = toIndex - fromIndex; in SubVector() local
/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.cpp298 int32_t newLength = 0; in CreateFromArrayBuffer() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_arraylist_test.cpp537 int newLength = static_cast<int>(newSubArrayList->GetLength().GetArrayLength()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_typedarray.cpp1476 uint32_t newLength = endIndex > beginIndex ? (endIndex - beginIndex) : 0; in Subarray() local