Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dtagged_array.h81 static inline bool ShouldTrim(uint32_t oldLength, uint32_t newLength) in ShouldTrim()
Dvtable.cpp68 void VTable::Trim(const JSThread *thread, uint32_t newLength) in Trim()
Dweak_vector.cpp124 uint32_t newLength = VectorToArrayIndex(capacity); in Copy() local
Dtagged_array-inl.h242 void TaggedArray::Trim(const JSThread *thread, uint32_t newLength) in Trim()
Dobject_factory.cpp413 uint32_t newLength = old->GetLength(); in CloneProperties() local
515 uint32_t newLength = old->GetLength(); in CloneProperties() local
2188 uint32_t newLength, in NewAndCopyTaggedArray()
2370 uint32_t newLength = end - start; in CopyPartArray() local
2392 … ObjectFactory::CopyArray(const JSHandle<TaggedArray> &old, uint32_t oldLength, uint32_t newLength, in CopyArray()
2455 uint32_t newLength = old->GetLength(); in CopyLayoutInfo() local
3644 JSHandle<TaggedArray> ObjectFactory::CopyDeque(const JSHandle<TaggedArray> &old, uint32_t newLength, in CopyDeque()
3682 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.cpp32 uint32_t newLength = leftLength + rightLength; in Concat() local
Djs_bigint.cpp374 uint32_t newLength = bigintLength; in BitwiseAddOne() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_vector.cpp227 int32_t newLength = length - (endIndex - fromIndex); in RemoveByRange() local
247 uint32_t newLength = static_cast<uint32_t>(toIndex - fromIndex); in SubVector() local
Djs_api_arraylist.cpp245 int32_t newLength = length - (endIndex - startIndex); in RemoveByRange() local
316 int newLength = toIndex == length ? length - fromIndex : endIndex - fromIndex; in SubArrayList() local
/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.cpp327 uint64_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.cpp1504 uint32_t newLength = endIndex > beginIndex ? (endIndex - beginIndex) : 0; in Subarray() local