| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_queue.h | 79 inline static uint32_t ComputeCapacity(uint32_t oldCapacity) in ComputeCapacity()
|
| D | js_api_deque.cpp | 94 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
|
| D | js_api_queue.cpp | 161 uint32_t oldCapacity = oldElements->GetLength(); in OwnKeys() local 180 uint32_t oldCapacity = oldElements->GetLength(); in OwnEnumKeys() local
|
| D | js_api_vector.cpp | 84 uint32_t oldCapacity = elementData->GetLength(); in IncreaseCapacityTo() local 353 uint32_t oldCapacity = elementData->GetLength(); in GrowCapacity() local
|
| D | js_api_arraylist.cpp | 381 uint32_t oldCapacity = oldElements->GetLength(); in GrowCapacity() local
|
| /arkcompiler/ets_runtime/ecmascript/serializer/ |
| D | serialize_chunk.h | 61 size_t oldCapacity = end_ - begin_; in Expand() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | tagged_array.h | 75 static inline uint32_t ExtendCapacityWithPadding(uint32_t oldCapacity) in ExtendCapacityWithPadding()
|
| D | js_object-inl.h | 408 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()
|
| D | tagged_hash_array.cpp | 106 uint32_t oldCapacity = oldTab->GetLength(); in Resize() local 134 JSTaggedValue nodeVa, int index, int oldCapacity) in NodeDisperse()
|
| D | weak_vector.cpp | 50 uint32_t oldCapacity = old->GetCapacity(); in Grow() local
|
| D | tagged_tree.cpp | 468 int oldCapacity = tree->Capacity(); in GrowCapacity() local 536 int oldCapacity = static_cast<int>(tree->Capacity()); in Shrink() local
|
| D | tagged_tree.h | 53 inline static int ComputeCapacity(int oldCapacity) in ComputeCapacity()
|
| D | ecma_vm.cpp | 1776 int32_t oldCapacity = GetUnsharedConstpoolsArrayLen(); in GrowUnsharedConstpoolArray() local 1783 void EcmaVM::ResizeUnsharedConstpoolArray(int32_t oldCapacity, int32_t minCapacity) in ResizeUnsharedConstpoolArray()
|
| D | js_stable_array.cpp | 162 uint32_t oldCapacity = ElementAccessor::GetElementsLength(thread, thisObjHandle); in UpdateArrayCapacity() local 318 uint32_t oldCapacity = ElementAccessor::GetElementsLength(thread, thisObjHandle); in Splice() local
|
| D | object_factory.cpp | 4740 uint32_t oldCapacity = old->GetLength(); in CopyDeque() local 4779 uint32_t oldCapacity = old->GetLength(); in CopyQueue() local
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | proto_change_details.cpp | 19 static uint32_t CalcNewCapacity(uint32_t oldCapacity) in CalcNewCapacity()
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_api_arraylist_test.cpp | 237 uint32_t oldCapacity = JSAPIArrayList::GetCapacity(thread, arrayList); in HWTEST_F_L0() local
|
| D | gc_second_test.cpp | 245 auto oldCapacity = heap->GetOldSpace()->GetInitialCapacity(); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_array_stub_builder.cpp | 3420 GateRef oldCapacity = GetLengthOfTaggedArray(*srcElements); in Splice() local
|