| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | tagged_array.h | 91 static bool ShouldTrim(uint32_t oldLength, uint32_t newLength) in ShouldTrim() argument
|
| H A D | weak_vector.cpp | 130 uint32_t newLength = VectorToArrayIndex(capacity); in Copy() local
|
| H A D | vtable.cpp | 69 void VTable::Trim(const JSThread *thread, uint32_t newLength) in Trim() argument
|
| H A D | tagged_array.cpp | 212 void TaggedArray::Trim(const JSThread *thread, uint32_t newLength) in Trim() argument
|
| H A D | ecma_string-inl.h | 102 inline void EcmaString::TrimLineString(const JSThread *thread, uint32_t newLength) in TrimLineString() argument
|
| H A D | js_stable_array.cpp | 34 uint32_t newLength = argc + oldLength; in Push() local 56 uint32_t newLength = argc + oldLength; in Push() local [all...] |
| H A D | shared_object_factory.cpp | 322 CopySArray(const JSHandle<TaggedArray> &old, uint32_t oldLength, uint32_t newLength, JSTaggedValue initVal, ElementsKind kind) CopySArray() argument
|
| H A D | ecma_string.cpp | 44 uint32_t newLength = leftLength + rightLength; in Concat() local
|
| H A D | js_bigint.cpp | 395 uint32_t newLength = bigintLength; in BitwiseAddOne() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | js_api_bitvector_test.cpp | 447 int newLength = 10; in HWTEST_F_L0() local
|
| H A D | js_api_arraylist_test.cpp | 501 int newLength = static_cast<int>(newSubArrayList->GetLength().GetArrayLength()); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| H A D | js_shared_module.cpp | 152 uint32_t newLength = oldExports->GetLength(); in GenerateSharedExports() local
|
| /arkcompiler/runtime_core/static_core/runtime/mem/refstorage/ |
| H A D | global_object_storage.h | 237 size_t newLength = storage_.size() * ENSURE_CAPACITY_MULTIPLIER; in REQUIRES() local 244 LOG(DEBUG, GC) << "Increase global storage from: " << prevLength << " to: " << newLength; in REQUIRES() local
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| H A 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
|
| H A 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/ets_runtime/ecmascript/jspandafile/ |
| H A D | class_info_extractor.cpp | 1046 auto newLength = baseLength + fieldNum; in DefineSendableInstanceHClass() local 1072 auto newLength = fieldNum + static_cast<uint32_t>(baseLength); in DefineSendableInstanceHClass() local
|
| /arkcompiler/runtime_core/static_core/runtime/coretypes/ |
| H A D | string.cpp | 990 uint32_t newLength = length1 + length2; in Concat() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| H A D | typed_array_helper.cpp | 732 uint64_t newLength = 0; in CreateFromArrayBuffer() local 799 uint64_t newLength = 0; in CreateFromSendableArrayBuffer() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_shared_array.cpp | 2453 auto newLength = JSTaggedValue::ToUint32(thread, newLengthValue); in ShrinkTo() local 2492 auto newLength = JSTaggedValue::ToUint32(thread, newLengthValue); in ExtendTo() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_typedarray_stub_builder.cpp | 3354 GateRef newLength = DoubleToInt(glue, GetDoubleOfTNumber(indexLength));
in CreateFromArrayBuffer() local
|
| H A D | builtins_string_stub_builder.cpp | 2284 GateRef newLength = Int32Add(leftLength, rightLength);
in StringConcat() local 3110 GateRef newLength = GetCallArg0(numArgs);
in PadStart() local 3235 GateRef newLength = GetCallArg0(numArgs); PadEnd() local [all...] |
| H A D | builtins_array_stub_builder.cpp | 2409 GateRef newLength = Int32Add(oldLength, ChangeIntPtrToInt32(numArgs)); in Push() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | new_object_stub_builder.cpp | 2163 Store(VariableType::INT32(), glue, obj, IntPtr(JSTypedArray::ARRAY_LENGTH_OFFSET), newLength);
in NewTaggedSubArray() local 2143 NewTaggedSubArray(GateRef glue, GateRef srcTypedArray, GateRef elementSize, GateRef newLength, GateRef beginIndex, GateRef arrayCls, GateRef buffer) NewTaggedSubArray() argument
|
| H A D | typed_hcr_lowering.cpp | 1849 GateRef newLength = builder_.Int32Add(leftLength, rightLength); in LowerStringAdd() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| H A D | runtime_stubs.cpp | 484 uint32_t newLength = static_cast<uint32_t>(length.GetInt()); in DEF_RUNTIME_STUBS() local 3902 void RuntimeStubs::ArrayTrim(uintptr_t argGlue, TaggedArray *array, int64_t newLength) in ArrayTrim() argument
|