Home
last modified time | relevance | path

Searched defs:oldLength (Results 1 – 18 of 18) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dtagged_array.cpp135 uint32_t oldLength = array->GetLength(); in SetCapacity() local
144 uint32_t oldLength = array->GetLength(); in SetCapacityInOldSpace() local
208 uint32_t oldLength = GetLength(); in Trim() local
Dtagged_array.h119 static bool ShouldTrim(uint32_t oldLength, uint32_t newLength) in ShouldTrim()
Dweak_vector.cpp126 uint32_t oldLength = VectorToArrayIndex(capacity); in Copy() local
Dshared_object_factory.cpp416 …Handle<TaggedArray> ObjectFactory::CopySArray(const JSHandle<TaggedArray> &old, uint32_t oldLength, in CopySArray()
470 uint32_t oldLength = old->GetLength(); in ExtendSArray() local
Dobject_factory.cpp2893 uint32_t oldLength, uint32_t k) in NewAndCopyTaggedArray()
2910 uint32_t newLength, uint32_t oldLength, uint32_t k) in NewAndCopyTaggedArraySkipBarrier()
2938 uint32_t oldLength, uint32_t k) in NewAndCopyJSArrayObject()
2958 uint32_t oldLength, uint32_t k) in NewAndCopyTaggedArrayByObject()
2979 … uint32_t newLength, uint32_t oldLength, in NewAndCopyMutantTaggedArrayByObject()
3213 uint32_t oldLength = old->GetLength(); in ExtendArray() local
3264 JSHandle<TaggedArray> ObjectFactory::CopyArray(const JSHandle<TaggedArray> &old, uint32_t oldLength in CopyArray()
3346 uint32_t oldLength = old->GetLength(); in ExtendLayoutInfo() local
4728 … [[maybe_unused]] uint32_t oldLength, uint32_t first, uint32_t last) in CopyDeque()
Djs_stable_array.cpp34 uint32_t oldLength = receiver->GetArrayLength(); in Push() local
55 uint32_t oldLength = receiver->GetArrayLength(); in Push() local
Djs_object.cpp108 uint32_t oldLength = oldElements->GetLength(); in GrowElementsCapacity() local
445 uint32_t oldLength = arr->GetArrayLength(); in CheckAndUpdateArrayLength() local
458 uint32_t oldLength = JSSharedArray::Cast(*receiver)->GetArrayLength(); in CheckAndUpdateArrayLength() local
/arkcompiler/runtime_core/common_interfaces/objects/string/
Dline_string-inl.h79 uint32_t oldLength = GetLength(); in Trim() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_stack.cpp85 uint32_t oldLength = oldElements->GetLength(); in GrowCapacity() local
Djs_api_queue.cpp46 uint32_t oldLength = oldElements->GetLength(); in GrowCapacity() local
Djs_api_lightweightmap.cpp410 uint32_t oldLength = oldArray->GetLength(); in GrowCapacity() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dliteral_data_extractor.cpp233 uint32_t oldLength = literals->GetLength(); in EnumerateLiteralVals() local
651 uint32_t oldLength = literals->GetLength(); in GetDatasIgnoreType() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Dg1_analytics_test.cpp46 CollectionSet CreateCollectionSet(size_t edenLength, size_t oldLength = 0) in CreateCollectionSet()
451 const size_t oldLength = 10; in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/shared_objects/
Djs_shared_array.cpp207 uint32_t oldLength = array->GetLength(); in SetCapacity() local
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h639 uint32_t oldLength = arr->GetArrayLength(); in StoreElement() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder.cpp2642 GateRef oldLength = GetArrayLength(thisValue); in Push() local
2721 GateRef oldLength = GetArrayLength(thisValue); in Push() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp1177 GateRef StubBuilder::ComputeNonInlinedFastPropsCapacity(GateRef glue, GateRef oldLength, in ComputeNonInlinedFastPropsCapacity()
1205 GateRef StubBuilder::ComputeElementCapacity(GateRef oldLength) in ComputeElementCapacity()
1224 GateRef StubBuilder::ComputeElementCapacity(GateRef oldLength) in ComputeElementCapacity()
3143 GateRef oldLength = GetArrayLength(receiver); in ICStoreElement() local
Dtyped_native_inline_lowering.cpp3407 GateRef oldLength = builder_.GetLengthOfJSArray(thisValue); in LowerArrayPush() local