Searched defs:oldCapacity (Results 1 – 17 of 17) sorted by relevance
| /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() 205 uint32_t oldCapacity = oldElements->GetLength(); in OwnKeys() local 224 uint32_t oldCapacity = oldElements->GetLength(); in OwnEnumKeys() local
|
| D | js_api_queue.cpp | 162 uint32_t oldCapacity = oldElements->GetLength(); in OwnKeys() local 181 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 | js_object-inl.h | 407 inline uint32_t JSObject::ComputeElementCapacity(uint32_t oldCapacity, bool isNew) in ComputeElementCapacity() 413 inline uint32_t JSObject::ComputeElementCapacityHighGrowth(uint32_t oldCapacity) in ComputeElementCapacityHighGrowth() 419 inline uint32_t JSObject::ComputeElementCapacityWithHint(uint32_t oldCapacity, uint32_t hint) in ComputeElementCapacityWithHint() 431 inline uint32_t JSObject::ComputeNonInlinedFastPropsCapacity(JSThread *thread, uint32_t oldCapacity, in ComputeNonInlinedFastPropsCapacity()
|
| D | tagged_hash_array.cpp | 105 uint32_t oldCapacity = oldTab->GetLength(); in Resize() local 133 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 529 int oldCapacity = static_cast<int>(tree->Capacity()); in Shrink() local
|
| D | ecma_context.cpp | 579 int32_t oldCapacity = GetUnsharedConstpoolsArrayLen(); in GrowUnsharedConstpoolArray() local 586 void EcmaContext::ResizeUnsharedConstpoolArray(int32_t oldCapacity, int32_t minCapacity) in ResizeUnsharedConstpoolArray()
|
| D | tagged_tree.h | 53 inline static int ComputeCapacity(int oldCapacity) in ComputeCapacity()
|
| D | js_stable_array.cpp | 161 uint32_t oldCapacity = ElementAccessor::GetElementsLength(thisObjHandle); in UpdateArrayCapacity() local 317 uint32_t oldCapacity = ElementAccessor::GetElementsLength(thisObjHandle); in Splice() local
|
| D | object_factory.cpp | 4623 uint32_t oldCapacity = old->GetLength(); in CopyDeque() local 4661 uint32_t oldCapacity = old->GetLength(); in CopyQueue() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_api_arraylist_test.cpp | 236 uint32_t oldCapacity = JSAPIArrayList::GetCapacity(thread, arrayList); in HWTEST_F_L0() local
|
| D | gc_second_test.cpp | 244 auto oldCapacity = heap->GetOldSpace()->GetInitialCapacity(); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_array_stub_builder.cpp | 3413 GateRef oldCapacity = GetLengthOfTaggedArray(*srcElements); in Splice() local
|