Home
last modified time | relevance | path

Searched defs:oldCapacity (Results 1 – 19 of 19) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_queue.h79 inline static uint32_t ComputeCapacity(uint32_t oldCapacity) in ComputeCapacity()
Djs_api_deque.cpp94 uint32_t oldCapacity, uint32_t first, uint32_t last) in GrowCapacity()
203 uint32_t oldCapacity = oldElements->GetLength(); in OwnKeys() local
222 uint32_t oldCapacity = oldElements->GetLength(); in OwnEnumKeys() local
Djs_api_queue.cpp161 uint32_t oldCapacity = oldElements->GetLength(); in OwnKeys() local
180 uint32_t oldCapacity = oldElements->GetLength(); in OwnEnumKeys() local
Djs_api_vector.cpp84 uint32_t oldCapacity = elementData->GetLength(); in IncreaseCapacityTo() local
353 uint32_t oldCapacity = elementData->GetLength(); in GrowCapacity() local
Djs_api_arraylist.cpp381 uint32_t oldCapacity = oldElements->GetLength(); in GrowCapacity() local
/arkcompiler/ets_runtime/ecmascript/serializer/
Dserialize_chunk.h61 size_t oldCapacity = end_ - begin_; in Expand() local
/arkcompiler/ets_runtime/ecmascript/
Dtagged_array.h75 static inline uint32_t ExtendCapacityWithPadding(uint32_t oldCapacity) in ExtendCapacityWithPadding()
Djs_object-inl.h408 inline uint32_t JSObject::ComputeElementCapacity(uint32_t oldCapacity, bool isNew) in ComputeElementCapacity()
414 inline uint32_t JSObject::ComputeElementCapacityHighGrowth(uint32_t oldCapacity) in ComputeElementCapacityHighGrowth()
420 inline uint32_t JSObject::ComputeElementCapacityWithHint(uint32_t oldCapacity, uint32_t hint) in ComputeElementCapacityWithHint()
432 inline uint32_t JSObject::ComputeNonInlinedFastPropsCapacity(JSThread *thread, uint32_t oldCapacity, in ComputeNonInlinedFastPropsCapacity()
Dtagged_hash_array.cpp106 uint32_t oldCapacity = oldTab->GetLength(); in Resize() local
134 JSTaggedValue nodeVa, int index, int oldCapacity) in NodeDisperse()
Dweak_vector.cpp50 uint32_t oldCapacity = old->GetCapacity(); in Grow() local
Dtagged_tree.cpp468 int oldCapacity = tree->Capacity(); in GrowCapacity() local
536 int oldCapacity = static_cast<int>(tree->Capacity()); in Shrink() local
Dtagged_tree.h53 inline static int ComputeCapacity(int oldCapacity) in ComputeCapacity()
Decma_vm.cpp1776 int32_t oldCapacity = GetUnsharedConstpoolsArrayLen(); in GrowUnsharedConstpoolArray() local
1783 void EcmaVM::ResizeUnsharedConstpoolArray(int32_t oldCapacity, int32_t minCapacity) in ResizeUnsharedConstpoolArray()
Djs_stable_array.cpp162 uint32_t oldCapacity = ElementAccessor::GetElementsLength(thread, thisObjHandle); in UpdateArrayCapacity() local
318 uint32_t oldCapacity = ElementAccessor::GetElementsLength(thread, thisObjHandle); in Splice() local
Dobject_factory.cpp4740 uint32_t oldCapacity = old->GetLength(); in CopyDeque() local
4779 uint32_t oldCapacity = old->GetLength(); in CopyQueue() local
/arkcompiler/ets_runtime/ecmascript/ic/
Dproto_change_details.cpp19 static uint32_t CalcNewCapacity(uint32_t oldCapacity) in CalcNewCapacity()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_arraylist_test.cpp237 uint32_t oldCapacity = JSAPIArrayList::GetCapacity(thread, arrayList); in HWTEST_F_L0() local
Dgc_second_test.cpp245 auto oldCapacity = heap->GetOldSpace()->GetInitialCapacity(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder.cpp3420 GateRef oldCapacity = GetLengthOfTaggedArray(*srcElements); in Splice() local