Home
last modified time | relevance | path

Searched defs:newLength (Results 1 - 25 of 26) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/
H A Dtagged_array.h91 static bool ShouldTrim(uint32_t oldLength, uint32_t newLength) in ShouldTrim() argument
H A Dweak_vector.cpp130 uint32_t newLength = VectorToArrayIndex(capacity); in Copy() local
H A Dvtable.cpp69 void VTable::Trim(const JSThread *thread, uint32_t newLength) in Trim() argument
H A Dtagged_array.cpp212 void TaggedArray::Trim(const JSThread *thread, uint32_t newLength) in Trim() argument
H A Decma_string-inl.h102 inline void EcmaString::TrimLineString(const JSThread *thread, uint32_t newLength) in TrimLineString() argument
H A Djs_stable_array.cpp34 uint32_t newLength = argc + oldLength; in Push() local
56 uint32_t newLength = argc + oldLength; in Push() local
[all...]
H A Dshared_object_factory.cpp322 CopySArray(const JSHandle<TaggedArray> &old, uint32_t oldLength, uint32_t newLength, JSTaggedValue initVal, ElementsKind kind) CopySArray() argument
H A Decma_string.cpp44 uint32_t newLength = leftLength + rightLength; in Concat() local
H A Djs_bigint.cpp395 uint32_t newLength = bigintLength; in BitwiseAddOne() local
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_api_bitvector_test.cpp447 int newLength = 10; in HWTEST_F_L0() local
H A Djs_api_arraylist_test.cpp501 int newLength = static_cast<int>(newSubArrayList->GetLength().GetArrayLength()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/module/
H A Djs_shared_module.cpp152 uint32_t newLength = oldExports->GetLength(); in GenerateSharedExports() local
/arkcompiler/runtime_core/static_core/runtime/mem/refstorage/
H A Dglobal_object_storage.h237 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 Djs_api_arraylist.cpp253 int32_t newLength = length - (endIndex - startIndex); in RemoveByRange() local
333 int newLength = toIndex == length ? length - fromIndex : endIndex - fromIndex; in SubArrayList() local
H A Djs_api_vector.cpp225 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 Dclass_info_extractor.cpp1046 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 Dstring.cpp990 uint32_t newLength = length1 + length2; in Concat() local
/arkcompiler/ets_runtime/ecmascript/base/
H A Dtyped_array_helper.cpp732 uint64_t newLength = 0; in CreateFromArrayBuffer() local
799 uint64_t newLength = 0; in CreateFromSendableArrayBuffer() local
[all...]
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_shared_array.cpp2453 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 Dbuiltins_typedarray_stub_builder.cpp3354 GateRef newLength = DoubleToInt(glue, GetDoubleOfTNumber(indexLength)); in CreateFromArrayBuffer() local
H A Dbuiltins_string_stub_builder.cpp2284 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 Dbuiltins_array_stub_builder.cpp2409 GateRef newLength = Int32Add(oldLength, ChangeIntPtrToInt32(numArgs)); in Push() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dnew_object_stub_builder.cpp2163 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 Dtyped_hcr_lowering.cpp1849 GateRef newLength = builder_.Int32Add(leftLength, rightLength); in LowerStringAdd() local
[all...]
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp484 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

Completed in 68 milliseconds

12