Home
last modified time | relevance | path

Searched defs:capacity (Results 1 - 25 of 72) sorted by relevance

123

/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_api_arraylist_iterator_test.cpp54 uint32_t capacity = JSAPIArrayList::GetCapacity(thread, arrayList); in HWTEST_F_L0() local
H A Djs_api_list_iterator_test.cpp65 uint32_t capacity = static_cast<uint32_t>(list->Length()); in HWTEST_F_L0() local
H A Djs_api_linked_list_iterator_test.cpp65 uint32_t capacity = static_cast<uint32_t>(linkedList->Length()); in HWTEST_F_L0() local
H A Djs_api_lightweightset_test.cpp66 uint32_t capacity = TaggedArray::Cast(lws->GetValues().GetTaggedObject())->GetLength(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/js_api/
H A Djs_api_deque_iterator.cpp50 uint32_t capacity = elements->GetLength(); in Next() local
H A Djs_api_stack.cpp81 GrowCapacity(const JSThread *thread, const JSHandle<JSAPIStack> &obj, uint32_t capacity) GrowCapacity() argument
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dnative_area_allocator.cpp24 Area *NativeAreaAllocator::AllocateArea(size_t capacity) in AllocateArea() argument
[all...]
H A Darea.h22 Area(uintptr_t begin, size_t capacity) in Area() argument
H A Dheap_region_allocator.cpp24 Region *HeapRegionAllocator::AllocateAlignedRegion(Space *space, size_t capacity, JSThread* thread, BaseHeap *heap, in AllocateAlignedRegion() argument
H A Dmem_map_allocator.h151 void Initialize(MemMap memMap, size_t capacity) in Initialize() argument
H A Dnative_area_allocator.h191 static inline Area *AllocateSpace(size_t capacity) in AllocateSpace() argument
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
H A Dinterference_graph.h123 void SetCapacity(unsigned capacity) in SetCapacity() argument
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dcontainers_deque_stub_builder.h35 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
H A Dcontainers_queue_stub_builder.h66 GateRef capacity = Load(VariableType::INT32(), elements, IntPtr(TaggedArray::LENGTH_OFFSET)); in Get() local
H A Dcontainers_stub_builder.cpp329 GateRef capacity = dequeBuilder.GetElementsLength(*thisObj); in DequeCommonFuncCall() local
H A Dlinked_hashtable_stub_builder.h135 GateRef capacity = GetValueFromTaggedArray(linkedTable, capacityIndex); in GetCapacity() local
/arkcompiler/ets_runtime/ecmascript/
H A Dweak_vector.cpp21 JSHandle<WeakVector> WeakVector::Create(const JSThread *thread, uint32_t capacity, MemSpaceType type) in Create() argument
125 uint32_t capacity = vec->GetCapacity(); in Copy() local
H A Dlinked_hash_table.cpp27 auto capacity = static_cast<uint32_t>(numberOfElements); in Create() local
H A Dtagged_queue.h42 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(); PushFixedQueue() local
129 uint32_t capacity = GetCapacity().GetArrayLength(); Size() local
163 SetCapacity(const JSThread *thread, JSTaggedValue capacity) SetCapacity() argument
193 Create(JSThread *thread, uint32_t capacity, JSTaggedValue initVal = JSTaggedValue::Hole()) Create() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/jobs/tests/
H A Dmicro_job_queue_test.cpp68 uint32_t capacity = 4; in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/mem/
H A Dets_reference.h135 bool PushLocalEtsFrame(uint32_t capacity) in PushLocalEtsFrame() argument
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dinst.cpp23 void Inst::ReserveInputs(size_t capacity) in ReserveInputs() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H A Dinterference_graph.h142 void SetCapacity(unsigned capacity) in SetCapacity() argument
/arkcompiler/ets_runtime/ecmascript/containers/
H A Dcontainers_arraylist.cpp196 uint32_t capacity = JSAPIArrayList::GetCapacity(thread, JSHandle<JSAPIArrayList>::Cast(self)); in GetCapacity() local
H A Dcontainers_bitvector.cpp52 int32_t capacity = (length->GetInt() / JSAPIBitVector::BIT_SET_LENGTH) + 1; in BitVectorConstructor() local

Completed in 14 milliseconds

123