| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | g1gc_test.cpp | 167 … VMHandle<ObjectHeader> young(thread, ObjectAllocator::AllocArray(0, ClassRoot::ARRAY_U8, false)); in TEST_F() 169 …VMHandle<ObjectHeader> nonmovable(thread, ObjectAllocator::AllocArray(0, ClassRoot::ARRAY_U8, true… in TEST_F() 171 …VMHandle<ObjectHeader> humongous(thread, ObjectAllocator::AllocArray(humongousLen, ClassRoot::ARRA… in TEST_F() 202 …ObjectAllocator::AllocArray(GetHumongousArrayLength(ClassRoot::ARRAY_U8), ClassRoot::ARRAY_U8, fal… in TEST_F() 255 … ObjectAllocator::AllocArray(arrayLength, ClassRoot::ARRAY_STRING, false)); in TEST_F() 291 …VMHandle<coretypes::Array>(thread, ObjectAllocator::AllocArray(GetHumongousArrayLength(ClassRoot::… in TEST_F() 293 …nonmovable = VMHandle<coretypes::Array>(thread, ObjectAllocator::AllocArray(1, ClassRoot::ARRAY_ST… in TEST_F() 420 ObjectHeader *dummy = ObjectAllocator::AllocArray(nonmovableLen, ClassRoot::ARRAY_U8, true); in GCPhaseStarted() 424 …VMHandle<ObjectHeader>(thread, ObjectAllocator::AllocArray(nonmovableLen, ClassRoot::ARRAY_U8, tru… in GCPhaseStarted() 432 …VMHandle<ObjectHeader>(thread, ObjectAllocator::AllocArray(humongousLen, ClassRoot::ARRAY_U8, fals… in GCPhaseStarted() [all …]
|
| D | epsilon_gcs_test.cpp | 84 …objVector.emplace_back(ObjectAllocator::AllocArray(GetAllocator<T>()->GetRegularObjectMaxSize() * … in AllocObjectsForTest() 87 …ObjectAllocator::AllocArray(GetAllocator<T>()->GetLargeObjectMaxSize(), ClassRoot::ARRAY_U8, false… in AllocObjectsForTest() 88 …objVector.emplace_back(ObjectAllocator::AllocArray(GetAllocator<T>()->GetRegularObjectMaxSize() * … in AllocObjectsForTest() 144 thread, ObjectAllocator::AllocArray(NUM_OF_ELEMS_CHECKED, ClassRoot::ARRAY_STRING, true)); in TEST_F() 261 …nonmovable = VMHandle<coretypes::Array>(thread, ObjectAllocator::AllocArray(2U, ClassRoot::ARRAY_S… in TEST_F()
|
| D | gc_log_test.cpp | 186 …VMHandle<coretypes::Array>(thread, objectAllocator.AllocArray(2U, ClassRoot::ARRAY_STRING, false)); in TEST_F() 224 …holder = VMHandle<coretypes::Array>(thread, objectAllocator.AllocArray(4U, ClassRoot::ARRAY_STRING… in TEST_F() 241 …current = VMHandle<ObjectHeader>(thread, objectAllocator.AllocArray(smallLen, ClassRoot::ARRAY_U8,… in TEST_F()
|
| D | test_utils.h | 55 static coretypes::Array *AllocArray(size_t length, ClassRoot classRoot, bool nonmovable) in AllocArray() function
|
| D | gc_trigger_test.cpp | 185 … thread, panda::mem::ObjectAllocator::AllocArray(ARRAY_LENGTH, ClassRoot::ARRAY_STRING, false)); in TEST()
|
| D | internal_allocator_test.cpp | 165 auto *p = allocator_->AllocArray<S>(1); in TEST_F()
|
| D | explicit_gc_test.cpp | 97 …holder = VMHandle<coretypes::Array>(thread, allocator.AllocArray(2U, ClassRoot::ARRAY_STRING, fals… in TEST_F()
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | malloc-proxy-allocator.h | 50 T *AllocArray(size_t size) in AllocArray() function
|
| D | runslots_allocator.h | 82 [[nodiscard]] T *AllocArray(size_t arrLength); 442 T *RunSlotsAllocator<AllocConfigT, LockConfigT>::AllocArray(size_t arrLength) in AllocArray() function
|
| D | internal_allocator.h | 78 [[nodiscard]] T *AllocArray(size_t size);
|
| D | internal_allocator-inl.h | 31 T *InternalAllocator<CONFIG>::AllocArray(size_t size) in AllocArray() function
|
| D | allocator_adapter.h | 114 return allocator_->AllocArray<T>(size);
|
| D | runslots_allocator_stl_adapter.h | 140 return allocator_->template AllocArray<T>(n);
|
| D | humongous_obj_allocator.h | 74 [[nodiscard]] T *AllocArray(size_t arrLength);
|
| D | region_allocator.h | 183 T *AllocArray(size_t arrLength) in AllocArray() function 613 T *AllocArray(size_t arrLength) in AllocArray() function
|
| D | freelist_allocator.h | 99 [[nodiscard]] T *AllocArray(size_t arrLength);
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_itable_builder.cpp | 63 array = allocator->AllocArray<ITable::Entry>(interfaces.size()); in Build() 113 methodsAlloc = allocator->AllocArray<Method *>(methods.size()); in Build()
|
| /arkcompiler/runtime_core/libpandabase/mem/ |
| D | arena_allocator.h | 107 [[nodiscard]] T *AllocArray(size_t arr_length); 238 T *ArenaAllocatorT<use_oom_handler>::AllocArray(size_t arr_length) in AllocArray() function
|
| D | arena_allocator_stl_adapter.h | 123 return allocator_->template AllocArray<T>(n);
|
| /arkcompiler/runtime_core/static_core/libpandabase/mem/ |
| D | arena_allocator.h | 105 [[nodiscard]] T *AllocArray(size_t arrLength); 236 T *ArenaAllocatorT<USE_OOM_HANDLER>::AllocArray(size_t arrLength) in AllocArray() function
|
| D | arena_allocator_stl_adapter.h | 127 return allocator_->template AllocArray<T>(n);
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | itable.h | 55 … entry.methods_ = {allocator->AllocArray<Method *>(methods_.size()), methods_.size()}; in Copy()
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | chunk_allocator.h | 121 [[nodiscard]] T *AllocArray(size_t size) in AllocArray() function
|
| D | caddress_allocator.h | 135 [[nodiscard]] T *AllocArray(size_t size) in AllocArray() function
|
| /arkcompiler/runtime_core/static_core/runtime/coretypes/ |
| D | string.cpp | 703 auto tmpBuffer = allocator->AllocArray<uint16_t>(utf16DataLength); in IsMutf8EqualsUtf16() 719 auto tmpBuffer = allocator->AllocArray<uint16_t>(utf16DataLength); in IsMutf8EqualsUtf16() 852 auto tmpBuffer = allocator->AllocArray<uint16_t>(utf16Length); in ComputeHashcodeMutf8()
|