/arkcompiler/ets_runtime/ecmascript/js_api/ |
D | js_api_deque.cpp | 37 uint32_t capacity = elements->GetLength(); in InsertFront() local 58 uint32_t capacity = elements->GetLength(); in InsertEnd() local 93 uint32_t capacity = elements->GetLength(); in GetTail() local 120 uint32_t capacity = elements->GetLength(); in PopFirst() local 136 uint32_t capacity = elements->GetLength(); in PopLast() local 154 uint32_t capacity = elements->GetLength(); in GetSize() local 165 uint32_t capacity = elements->GetLength(); in Get() local 176 uint32_t capacity = elements->GetLength(); in Set() local 189 uint32_t capacity = elements->GetLength(); in Has() local
|
D | js_api_deque_iterator.cpp | 56 uint32_t capacity = elements->GetLength(); in Next() local
|
D | js_api_queue.cpp | 44 uint32_t capacity) in GrowCapacity() 116 uint32_t capacity = elements->GetLength(); in Get() local 143 uint32_t capacity = elements->GetLength(); in Has() local
|
D | js_api_lightweightset.cpp | 46 uint32_t capacity = hashArray->GetLength(); in Add() local 68 …andle<TaggedArray> JSAPILightWeightSet::CreateSlot(const JSThread *thread, const uint32_t capacity) in CreateSlot() 148 uint32_t capacity = hashes->GetLength(); in EnsureCapacity() local 161 uint32_t capacity, uint32_t newCapacity) in SizeCopy() 294 uint32_t capacity = TaggedArray::Cast(obj->GetValues().GetTaggedObject())->GetLength(); in IncreaseCapacityTo() local
|
D | js_api_arraylist.cpp | 95 uint32_t capacity = elements->GetLength(); in GetCapacity() local 100 int capacity) in IncreaseCapacityTo() 117 uint32_t capacity = JSAPIArrayList::GetCapacity(thread, arrayList); in TrimToCurrentLength() local 360 uint32_t capacity) in GrowCapacity()
|
D | js_api_stack.cpp | 83 uint32_t capacity) in GrowCapacity()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | tagged_queue.h | 42 uint32_t capacity = GetCapacity().GetArrayLength(); in Pop() local 51 uint32_t capacity = queue->GetCapacity().GetArrayLength(); in Push() local 99 uint32_t capacity = queue->GetCapacity().GetArrayLength(); in PushFixedQueue() local 129 uint32_t capacity = GetCapacity().GetArrayLength(); in Size() local 163 inline void SetCapacity(const JSThread *thread, JSTaggedValue capacity) in SetCapacity()
|
D | weak_vector.cpp | 22 JSHandle<WeakVector> WeakVector::Create(const JSThread *thread, uint32_t capacity, MemSpaceType typ… in Create() 126 uint32_t capacity = vec->GetCapacity(); in Copy() local
|
D | linked_hash_table.h | 70 int capacity = Capacity(); in HasSufficientCapacity() local 123 int capacity = static_cast<int>(helpers::math::GetPowerOfTwoValue32(rawCap)); in ComputeCapacity() local 186 inline void SetCapacity(const JSThread *thread, int capacity) in SetCapacity()
|
D | dump.cpp | 1426 int capacity = NumberOfElements() + NumberOfDeletedElements(); in Dump() local 1440 int capacity = NumberOfElements() + NumberOfDeletedElements(); in Dump() local 1457 int capacity = NumberOfNodes(); in Dump() local 1487 int capacity = NumberOfNodes(); in Dump() local 1838 uint32_t capacity = NumberOfElements() + NumberOfDeletedElements(); in Dump() local 1917 uint32_t capacity = NumberOfElements() + NumberOfDeletedElements(); in Dump() local 2140 uint32_t capacity = GetSize(); in Dump() local 4532 int capacity = NumberOfElements() + NumberOfDeletedElements(); in DumpForSnapshot() local 4547 int capacity = NumberOfElements() + NumberOfDeletedElements(); in DumpForSnapshot() local 4568 int capacity = GetLength(); in DumpForSnapshot() local [all …]
|
D | js_object-inl.h | 337 inline bool JSObject::ShouldTransToDict(uint32_t capacity, uint32_t index) in ShouldTransToDict() 359 uint32_t capacity, uint32_t index) in ShouldTransToFastElements()
|
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
D | containers_deque_stub_builder.h | 35 … GateRef capacity = Load(VariableType::INT32(), elements, IntPtr(TaggedArray::LENGTH_OFFSET)); in GetSize() local 45 … GateRef capacity = Load(VariableType::INT32(), elements, IntPtr(TaggedArray::LENGTH_OFFSET)); in Get() local
|
D | containers_queue_stub_builder.h | 66 … GateRef capacity = Load(VariableType::INT32(), elements, IntPtr(TaggedArray::LENGTH_OFFSET)); in Get() local
|
/arkcompiler/ets_runtime/ecmascript/ts_types/ |
D | ts_type_table.cpp | 37 uint32_t capacity = table->GetLength(); // can't be 0 due to RESERVE_TABLE_LENGTH in PushBackTypeToTable() local
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
D | area.h | 22 Area(uintptr_t begin, size_t capacity) in Area()
|
D | heap_region_allocator.cpp | 30 Region *HeapRegionAllocator::AllocateAlignedRegion(Space *space, size_t capacity, JSThread* thread) in AllocateAlignedRegion()
|
D | native_area_allocator.cpp | 22 Area *NativeAreaAllocator::AllocateArea(size_t capacity) in AllocateArea()
|
D | native_area_allocator.h | 191 static inline Area *AllocateSpace(size_t capacity) in AllocateSpace()
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | js_api_arraylist_iterator_test.cpp | 101 uint32_t capacity = JSAPIArrayList::GetCapacity(thread, arrayList); in HWTEST_F_L0() local
|
D | js_api_linked_list_iterator_test.cpp | 111 uint32_t capacity = static_cast<uint32_t>(linkedList->Length()); in HWTEST_F_L0() local
|
D | js_api_list_iterator_test.cpp | 111 uint32_t capacity = static_cast<uint32_t>(list->Length()); in HWTEST_F_L0() local
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/mem/ |
D | ets_reference.h | 135 bool PushLocalEtsFrame(uint32_t capacity) in PushLocalEtsFrame()
|
/arkcompiler/runtime_core/static_core/runtime/mem/refstorage/ |
D | reference_storage.cpp | 229 bool ReferenceStorage::PushLocalFrame(uint32_t capacity) in PushLocalFrame() 296 bool ReferenceStorage::EnsureLocalCapacity(size_t capacity) in EnsureLocalCapacity()
|
/arkcompiler/runtime_core/libpandabase/utils/ |
D | ring_buffer.h | 405 constexpr size_type capacity() const noexcept // NOLINT(readability-identifier-naming) in capacity() function
|
/arkcompiler/runtime_core/static_core/libpandabase/utils/ |
D | ring_buffer.h | 365 constexpr size_type capacity() const noexcept // NOLINT(readability-identifier-naming) in capacity() function
|