| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | incremental_marking_test.cpp | 41 JSHandle<TaggedArray> CreateTaggedArray(uint32_t length, JSTaggedValue initVal, MemSpaceType spaceType) in CreateTaggedArray() argument
|
| H A D | concurrent_marking_test.cpp | 43 JSHandle<TaggedArray> CreateTaggedArray(uint32_t length, JSTaggedValue initVal, MemSpaceType spaceType) in CreateTaggedArray() argument
|
| /arkcompiler/runtime_core/static_core/libpandabase/mem/ |
| H A D | stack_like_allocator-inl.h | 28 inline StackLikeAllocator<ALIGNMENT, MAX_SIZE>::StackLikeAllocator(bool usePoolManager, SpaceType spaceType) in StackLikeAllocator() argument
|
| H A D | pool_map.cpp | 20 void PoolMap::AddPoolToMap(const void *poolAddr, size_t poolSize, SpaceType spaceType, AllocatorType allocatorType, in AddPoolToMap() argument 62 SpaceType spaceType = poolMap_[mapNum].GetSpaceType(); in GetSpaceType() local
|
| H A D | space.h | 43 constexpr size_t SpaceTypeToIndex(SpaceType spaceType) in SpaceTypeToIndex() argument 50 constexpr bool IsHeapSpace(SpaceType spaceType) in IsHeapSpace() argument
|
| H A D | pool_manager.cpp | 30 Arena *PoolManager::AllocArena(size_t size, SpaceType spaceType, AllocatorType allocatorType, const void *allocatorAddr) in AllocArena() argument
|
| H A D | malloc_mem_pool-inl.h | 38 inline ArenaT *MallocMemPool::AllocArenaImpl(size_t size, [[maybe_unused]] SpaceType spaceType, in AllocArenaImpl() argument 78 inline Pool MallocMemPool::AllocPoolImpl(size_t size, [[maybe_unused]] SpaceType spaceType, in AllocPoolImpl() argument
|
| H A D | arena_allocator.cpp | 28 ArenaAllocatorT<USE_OOM_HANDLER>::ArenaAllocatorT(SpaceType spaceType, BaseMemStats *memStats, in ArenaAllocatorT() argument 41 ArenaAllocatorT<USE_OOM_HANDLER>::ArenaAllocatorT(OOMHandler oomHandler, SpaceType spaceType, BaseMemStats *memStats, in ArenaAllocatorT() argument
|
| H A D | mem_pool.h | 95 inline ArenaT *AllocArena(size_t size, SpaceType spaceType, AllocatorType allocatorType, in AllocArena() argument 131 Pool AllocPool(size_t size, SpaceType spaceType, AllocatorType allocatorType, const void *allocatorAddr = nullptr) in AllocPool() argument
|
| H A D | pool_map.h | 101 void Initialize(MapNumType segmentFirstMapNum, SpaceType spaceType, AllocatorType allocatorType, in Initialize() argument
|
| H A D | mmap_mem_pool-inl.h | 274 inline ArenaT *MmapMemPool::AllocArenaImpl(size_t size, SpaceType spaceType, AllocatorType allocatorType, in AllocArenaImpl() argument 309 inline void *MmapMemPool::AllocRawMemNonObjectImpl(size_t size, SpaceType spaceType) in AllocRawMemNonObjectImpl() argument 384 AllocPoolUnsafe(size_t size, SpaceType spaceType, AllocatorType allocatorType, const void *allocatorAddr) AllocPoolUnsafe() argument 429 poolMap_.AddPoolToMap(ToVoidPtr(ToUintPtr(pool.GetMem()) - GetMinObjectAddress()), pool.GetSize(), spaceType, AllocPoolUnsafe() local 486 AllocPoolImpl(size_t size, SpaceType spaceType, AllocatorType allocatorType, const void *allocatorAddr) AllocPoolImpl() argument 561 SpaceType spaceType = poolMap_.GetSpaceType(ToVoidPtr(ToUintPtr(addr) - GetMinObjectAddress())); GetSpaceTypeForAddrImpl() local [all...] |
| /arkcompiler/runtime_core/static_core/runtime/include/mem/ |
| H A D | allocator-inl.h | 23 AllocateSafe(size_t size, Alignment align, AllocT *objectAllocator, size_t poolSize, SpaceType spaceType, HeapSpace *heapSpace) AllocateSafe() argument 34 AddPoolsAndAlloc(size_t size, Alignment align, AllocT *objectAllocator, size_t poolSize, SpaceType spaceType, HeapSpace *heapSpace) AddPoolsAndAlloc() argument
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | object_factory.h | 354 MemSpaceType spaceType = numberOfNodes < LENGTH_THRESHOLD ? MemSpaceType::SEMI_SPACE : MemSpaceType::OLD_SPACE; in ConvertListToArray() local [all...] |
| /arkcompiler/runtime_core/static_core/runtime/coretypes/ |
| H A D | array.cpp | 27 static Array *AllocateArray(ark::BaseClass *arrayClass, size_t elemSize, ArraySizeT length, ark::SpaceType spaceType, in AllocateArray() argument 49 Array *Array::Create(ark::Class *arrayClass, const uint8_t *data, ArraySizeT length, ark::SpaceType spaceType, in Create() argument 71 Array *Array::Create(ark::Class *arrayClass, ArraySizeT length, ark::SpaceType spaceType, bool pinned) in Create() argument 89 Array *Array::Create(DynClass *dynarrayclass, ArraySizeT length, ark::SpaceType spaceType, bool pinned) in Create() argument 108 Array *Array::CreateTagged(const PandaVM *vm, ark::BaseClass *arrayClass, ArraySizeT length, ark::SpaceType spaceType, in CreateTagged() argument [all...] |
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| H A D | frame_allocator-inl.h | 34 inline FrameAllocator<ALIGNMENT, USE_MEMSET>::FrameAllocator(bool useMalloc, SpaceType spaceType) in FrameAllocator() argument
|
| H A D | allocator.cpp | 638 auto spaceType = PoolManager::GetMmapMemPool()->GetSpaceTypeForAddr(ToVoidPtr(memRange.GetStartAddress())); in IterateOverObjectsInRange() local
|
| H A D | region_space.cpp | 290 Region *RegionPool::NewRegion(RegionSpace *space, SpaceType spaceType, AllocatorType allocatorType, size_t regionSize, in NewRegion() argument
|
| H A D | region_allocator-inl.h | 33 RegionAllocatorBase(MemStatsType *memStats, GenerationalSpaces *spaces, SpaceType spaceType, AllocatorType allocatorType, size_t initSpaceSize, bool extend, size_t regionSize, size_t emptyTenuredRegionsMaxCount) RegionAllocatorBase() argument 62 RegionAllocatorBase(MemStatsType *memStats, GenerationalSpaces *spaces, SpaceType spaceType, AllocatorType allocatorType, RegionPool *sharedRegionPool, size_t emptyTenuredRegionsMaxCount) RegionAllocatorBase() argument 115 RegionAllocator(MemStatsType *memStats, GenerationalSpaces *spaces, SpaceType spaceType, size_t initSpaceSize, bool extend, size_t emptyTenuredRegionsMaxCount) RegionAllocator() argument 126 RegionAllocator(MemStatsType *memStats, GenerationalSpaces *spaces, SpaceType spaceType, RegionPool *sharedRegionPool, size_t emptyTenuredRegionsMaxCount) RegionAllocator() argument 577 RegionNonmovableAllocator( MemStatsType *memStats, GenerationalSpaces *spaces, SpaceType spaceType, size_t initSpaceSize, bool extend) RegionNonmovableAllocator() argument 586 RegionNonmovableAllocator( MemStatsType *memStats, GenerationalSpaces *spaces, SpaceType spaceType, RegionPool *sharedRegionPool) RegionNonmovableAllocator() argument 682 RegionHumongousAllocator(MemStatsType *memStats, GenerationalSpaces *spaces, SpaceType spaceType) RegionHumongousAllocator() argument [all...] |
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| H A D | static_analyzer_test.cpp | 75 SpaceType spaceType = SpaceType::SPACE_TYPE_OBJECT; in AllocStringArray() local
|
| H A D | test_utils.h | 59 SpaceType spaceType = SpaceType::SPACE_TYPE_OBJECT; in AllocArray() local
|
| H A D | object_helpers_test.cpp | 122 SpaceType spaceType = SpaceType::SPACE_TYPE_OBJECT; in AllocStringArray() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | space.cpp | 23 Space(BaseHeap* heap, HeapRegionAllocator *heapRegionAllocator, MemSpaceType spaceType, size_t initialCapacity, size_t maximumCapacity) Space() argument 97 HugeObjectSpace(Heap *heap, HeapRegionAllocator *heapRegionAllocator, size_t initialCapacity, size_t maximumCapacity, MemSpaceType spaceType) HugeObjectSpace() argument
|
| H A D | jit_fort.h | 137 JitFortRegion(NativeAreaAllocator *allocator, uintptr_t allocateBase, uintptr_t end, RegionSpaceFlag spaceType, MemDescPool *pool) JitFortRegion() argument
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| H A D | pool_map_test.cpp | 50 void AddToPoolMap(Pool pool, SpaceType spaceType, AllocatorType allocatorType, void *allocatorAddr = nullptr) in AddToPoolMap() argument 100 void CheckRandomPoolAddress(Pool pool, SpaceType spaceType, AllocatorType allocatorType, uintptr_t allocatorAddr) in CheckRandomPoolAddress() argument 103 ASSERT_EQ(GetSpaceTypeForAddr(poolAddr), spaceType); in CheckRandomPoolAddress() local
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/ |
| H A D | g1-allocator.cpp | 126 auto spaceType = PoolManager::GetMmapMemPool()->GetSpaceTypeForAddr(ToVoidPtr(memRange.GetStartAddress())); in IterateOverObjectsInRange() local
|