/arkcompiler/ets_runtime/ecmascript/ |
D | tagged_array.h | 82 static inline bool ShouldTrim(uint32_t oldLength, uint32_t newLength) in ShouldTrim()
|
D | vtable.cpp | 70 void VTable::Trim(const JSThread *thread, uint32_t newLength) in Trim()
|
D | weak_vector.cpp | 131 uint32_t newLength = VectorToArrayIndex(capacity); in Copy() local
|
D | tagged_array-inl.h | 244 void TaggedArray::Trim(const JSThread *thread, uint32_t newLength) in Trim()
|
D | object_factory.cpp | 433 uint32_t newLength = old->GetLength(); in CloneProperties() local 537 uint32_t newLength = old->GetLength(); in CloneProperties() local 2405 …Array> ObjectFactory::NewAndCopyTaggedArray(JSHandle<TaggedArray> &srcElements, uint32_t newLength, in NewAndCopyTaggedArray() 2453 …bject> ObjectFactory::NewAndCopyJSArrayObject(JSHandle<JSObject> thisObjHandle, uint32_t newLength, in NewAndCopyJSArrayObject() 2472 … ObjectFactory::NewAndCopyTaggedArrayByObject(JSHandle<JSObject> thisObjHandle, uint32_t newLength, in NewAndCopyTaggedArrayByObject() 2501 … uint32_t newLength, uint32_t oldLength, in NewAndCopyMutantTaggedArrayByObject() 2768 uint32_t newLength = end - start; in CopyPartArray() local 2790 … ObjectFactory::CopyArray(const JSHandle<TaggedArray> &old, uint32_t oldLength, uint32_t newLength, in CopyArray() 2842 uint32_t newLength = oldLength - EnumCache::ENUM_CACHE_HEADER_SIZE; in CopyFromEnumCache() local 2887 uint32_t newLength = old->GetLength(); in CopyLayoutInfo() local [all …]
|
D | ecma_string-inl.h | 88 inline void EcmaString::TrimLineString(const JSThread *thread, uint32_t newLength) in TrimLineString()
|
D | js_stable_array.cpp | 45 uint32_t newLength = argc + oldLength; in Push() local
|
D | ecma_string.cpp | 31 uint32_t newLength = leftLength + rightLength; in Concat() local
|
D | js_bigint.cpp | 379 uint32_t newLength = bigintLength; in BitwiseAddOne() local
|
/arkcompiler/ets_runtime/ecmascript/js_api/ |
D | js_api_arraylist.cpp | 245 int32_t newLength = length - (endIndex - startIndex); in RemoveByRange() local 316 int newLength = toIndex == length ? length - fromIndex : endIndex - fromIndex; in SubArrayList() local
|
D | js_api_vector.cpp | 228 int32_t newLength = length - (endIndex - fromIndex); in RemoveByRange() local 248 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 | 235 size_t newLength = storage_.size() * ENSURE_CAPACITY_MULTIPLIER; in EnsureCapacity() local
|
/arkcompiler/ets_runtime/ecmascript/base/ |
D | typed_array_helper.cpp | 330 uint64_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/jspandafile/ |
D | class_info_extractor.cpp | 941 auto newLength = baseLength + fieldNum; in DefineSendableInstanceHClass() local
|
/arkcompiler/runtime_core/static_core/runtime/coretypes/ |
D | string.cpp | 975 uint32_t newLength = length1 + length2; in Concat() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | new_object_stub_builder.cpp | 1396 GateRef elementSize, GateRef newLength, GateRef beginIndex, GateRef arrayCls, GateRef buffer) in NewTaggedSubArray()
|
D | typed_hcr_lowering.cpp | 1738 GateRef newLength = builder_.Int32Add(leftLength, rightLength); in LowerStringAdd() local
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_typedarray.cpp | 1582 uint32_t newLength = endIndex > beginIndex ? (endIndex - beginIndex) : 0; in Subarray() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
D | builtins_array_stub_builder.cpp | 1386 GateRef newLength = Int32Add(oldLength, ChangeIntPtrToInt32(numArgs)); in Push() local
|
D | builtins_string_stub_builder.cpp | 1738 GateRef newLength = Int32Add(leftLength, rightLength); in StringConcat() local
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | runtime_stubs.cpp | 424 uint32_t newLength = static_cast<uint32_t>(length.GetInt()); in DEF_RUNTIME_STUBS() local 3320 void RuntimeStubs::ArrayTrim(uintptr_t argGlue, TaggedArray *array, int64_t newLength) in ArrayTrim()
|