| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | js_api_arraylist_iterator_test.cpp | 54 uint32_t capacity = JSAPIArrayList::GetCapacity(thread, arrayList); in HWTEST_F_L0() local
|
| H A D | js_api_list_iterator_test.cpp | 65 uint32_t capacity = static_cast<uint32_t>(list->Length()); in HWTEST_F_L0() local
|
| H A D | js_api_linked_list_iterator_test.cpp | 65 uint32_t capacity = static_cast<uint32_t>(linkedList->Length()); in HWTEST_F_L0() local
|
| H A D | js_api_lightweightset_test.cpp | 66 uint32_t capacity = TaggedArray::Cast(lws->GetValues().GetTaggedObject())->GetLength(); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| H A D | js_api_deque_iterator.cpp | 50 uint32_t capacity = elements->GetLength(); in Next() local
|
| H A D | js_api_stack.cpp | 81 GrowCapacity(const JSThread *thread, const JSHandle<JSAPIStack> &obj, uint32_t capacity) GrowCapacity() argument
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | native_area_allocator.cpp | 24 Area *NativeAreaAllocator::AllocateArea(size_t capacity) in AllocateArea() argument [all...] |
| H A D | area.h | 22 Area(uintptr_t begin, size_t capacity) in Area() argument
|
| H A D | heap_region_allocator.cpp | 24 Region *HeapRegionAllocator::AllocateAlignedRegion(Space *space, size_t capacity, JSThread* thread, BaseHeap *heap, in AllocateAlignedRegion() argument
|
| H A D | mem_map_allocator.h | 151 void Initialize(MemMap memMap, size_t capacity) in Initialize() argument
|
| H A D | native_area_allocator.h | 191 static inline Area *AllocateSpace(size_t capacity) in AllocateSpace() argument
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
| H A D | interference_graph.h | 123 void SetCapacity(unsigned capacity) in SetCapacity() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A 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
|
| H A D | containers_queue_stub_builder.h | 66 GateRef capacity = Load(VariableType::INT32(), elements, IntPtr(TaggedArray::LENGTH_OFFSET));
in Get() local
|
| H A D | containers_stub_builder.cpp | 329 GateRef capacity = dequeBuilder.GetElementsLength(*thisObj);
in DequeCommonFuncCall() local
|
| H A D | linked_hashtable_stub_builder.h | 135 GateRef capacity = GetValueFromTaggedArray(linkedTable, capacityIndex); in GetCapacity() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | weak_vector.cpp | 21 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 D | linked_hash_table.cpp | 27 auto capacity = static_cast<uint32_t>(numberOfElements); in Create() local
|
| H A 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(); 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 D | micro_job_queue_test.cpp | 68 uint32_t capacity = 4; in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/mem/ |
| H A D | ets_reference.h | 135 bool PushLocalEtsFrame(uint32_t capacity) in PushLocalEtsFrame() argument
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| H A D | inst.cpp | 23 void Inst::ReserveInputs(size_t capacity) in ReserveInputs() argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/ |
| H A D | interference_graph.h | 142 void SetCapacity(unsigned capacity) in SetCapacity() argument
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| H A D | containers_arraylist.cpp | 196 uint32_t capacity = JSAPIArrayList::GetCapacity(thread, JSHandle<JSAPIArrayList>::Cast(self)); in GetCapacity() local
|
| H A D | containers_bitvector.cpp | 52 int32_t capacity = (length->GetInt() / JSAPIBitVector::BIT_SET_LENGTH) + 1; in BitVectorConstructor() local
|