Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dtagged_array.h91 static bool ShouldTrim(uint32_t oldLength, uint32_t newLength) in ShouldTrim()
Dtagged_array.cpp142 uint32_t oldLength = array->GetLength(); in SetCapacity() local
151 uint32_t oldLength = array->GetLength(); in SetCapacityInOldSpace() local
215 uint32_t oldLength = GetLength(); in Trim() local
Dweak_vector.cpp126 uint32_t oldLength = VectorToArrayIndex(capacity); in Copy() local
Decma_string-inl.h106 uint32_t oldLength = GetLength(); in TrimLineString() local
Dobject_factory.cpp2826 uint32_t oldLength, uint32_t k) in NewAndCopyTaggedArray()
2843 uint32_t newLength, uint32_t oldLength, uint32_t k) in NewAndCopyTaggedArraySkipBarrier()
2871 uint32_t oldLength, uint32_t k) in NewAndCopyJSArrayObject()
2891 uint32_t oldLength, uint32_t k) in NewAndCopyTaggedArrayByObject()
2912 … uint32_t newLength, uint32_t oldLength, in NewAndCopyMutantTaggedArrayByObject()
3146 uint32_t oldLength = old->GetLength(); in ExtendArray() local
3197 JSHandle<TaggedArray> ObjectFactory::CopyArray(const JSHandle<TaggedArray> &old, uint32_t oldLength in CopyArray()
3244 uint32_t oldLength = old->GetLength(); in CopyFromEnumCache() local
3280 uint32_t oldLength = old->GetLength(); in ExtendLayoutInfo() local
4611 … [[maybe_unused]] uint32_t oldLength, uint32_t first, uint32_t last) in CopyDeque()
Dshared_object_factory.cpp355 …Handle<TaggedArray> ObjectFactory::CopySArray(const JSHandle<TaggedArray> &old, uint32_t oldLength, in CopySArray()
399 uint32_t oldLength = old->GetLength(); in ExtendSArray() local
Djs_object.cpp105 uint32_t oldLength = oldElements->GetLength(); in GrowElementsCapacity() local
395 uint32_t oldLength = arr->GetArrayLength(); in CheckAndUpdateArrayLength() local
408 uint32_t oldLength = JSSharedArray::Cast(*receiver)->GetArrayLength(); in CheckAndUpdateArrayLength() local
Djs_stable_array.cpp33 uint32_t oldLength = receiver->GetArrayLength(); in Push() local
54 uint32_t oldLength = receiver->GetArrayLength(); in Push() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_stack.cpp87 uint32_t oldLength = oldElements->GetLength(); in GrowCapacity() local
Djs_api_queue.cpp46 uint32_t oldLength = oldElements->GetLength(); in GrowCapacity() local
Djs_api_lightweightmap.cpp409 uint32_t oldLength = oldArray->GetLength(); in GrowCapacity() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dliteral_data_extractor.cpp232 uint32_t oldLength = literals->GetLength(); in EnumerateLiteralVals() local
650 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.cpp208 uint32_t oldLength = array->GetLength(); in SetCapacity() local
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h614 uint32_t oldLength = arr->GetArrayLength(); in StoreElement() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder.cpp2635 GateRef oldLength = GetArrayLength(thisValue); in Push() local
2713 GateRef oldLength = GetArrayLength(thisValue); in Push() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp1172 GateRef StubBuilder::ComputeNonInlinedFastPropsCapacity(GateRef glue, GateRef oldLength, in ComputeNonInlinedFastPropsCapacity()
1200 GateRef StubBuilder::ComputeElementCapacity(GateRef oldLength) in ComputeElementCapacity()
1219 GateRef StubBuilder::ComputeElementCapacity(GateRef oldLength) in ComputeElementCapacity()
2865 GateRef oldLength = GetArrayLength(receiver); in ICStoreElement() local
Dtyped_native_inline_lowering.cpp3413 GateRef oldLength = builder_.GetLengthOfJSArray(thisValue); in LowerArrayPush() local