| /arkcompiler/runtime_core/runtime/coretypes/ |
| D | array.cpp | 28 … panda::SpaceType space_type, const PandaVM *vm = Thread::GetCurrent()->GetVM()) in AllocateArray() 49 …e(panda::Class *array_class, const uint8_t *data, array_size_t length, panda::SpaceType space_type) in Create() 70 Array *Array::Create(panda::Class *array_class, array_size_t length, panda::SpaceType space_type) in Create() 88 Array *Array::Create(DynClass *dynarrayclass, array_size_t length, panda::SpaceType space_type) in Create() 108 panda::SpaceType space_type, TaggedValue init_value) in CreateTagged()
|
| /arkcompiler/runtime_core/runtime/mem/ |
| D | heap_space.cpp | 140 inline Pool HeapSpace::TryAllocPoolBase(size_t pool_size, SpaceType space_type, AllocatorType alloc… in TryAllocPoolBase() 155 Pool HeapSpace::TryAllocPool(size_t pool_size, SpaceType space_type, AllocatorType allocator_type, … in TryAllocPool() 161 inline Arena *HeapSpace::TryAllocArenaBase(size_t arena_size, SpaceType space_type, AllocatorType a… in TryAllocArenaBase() 176 Arena *HeapSpace::TryAllocArena(size_t arena_size, SpaceType space_type, AllocatorType allocator_ty… in TryAllocArena() 327 Pool GenerationalSpaces::AllocSharedPool(size_t pool_size, SpaceType space_type, AllocatorType allo… in AllocSharedPool() 337 Pool GenerationalSpaces::AllocAlonePoolForYoung(SpaceType space_type, AllocatorType allocator_type,… in AllocAlonePoolForYoung() 347 Pool GenerationalSpaces::TryAllocPoolForYoung(size_t pool_size, SpaceType space_type, AllocatorType… in TryAllocPoolForYoung() 357 Pool GenerationalSpaces::TryAllocPoolForTenured(size_t pool_size, SpaceType space_type, AllocatorTy… in TryAllocPoolForTenured() 365 Pool GenerationalSpaces::TryAllocPool(size_t pool_size, SpaceType space_type, AllocatorType allocat… in TryAllocPool() 371 Arena *GenerationalSpaces::TryAllocArenaForTenured(size_t arena_size, SpaceType space_type, in TryAllocArenaForTenured() [all …]
|
| D | region_allocator-inl.h | 34 … SpaceType space_type, AllocatorType allocator_type, in RegionAllocatorBase() 62 … SpaceType space_type, AllocatorType allocator_type, in RegionAllocatorBase() 115 … SpaceType space_type, size_t init_space_size, bool extend) in RegionAllocator() 125 … SpaceType space_type, RegionPool *shared_region_pool) in RegionAllocator() 476 …MemStatsType *mem_stats, GenerationalSpaces *spaces, SpaceType space_type, size_t init_space_size,… in RegionNonmovableAllocator() 485 …MemStatsType *mem_stats, GenerationalSpaces *spaces, SpaceType space_type, RegionPool *shared_regi… in RegionNonmovableAllocator() 583 SpaceType space_type) in RegionHumongousAllocator()
|
| D | region_space.cpp | 230 Region *RegionPool::NewRegion(RegionSpace *space, SpaceType space_type, AllocatorType allocator_typ… in NewRegion()
|
| D | allocator.cpp | 549 …auto space_type = PoolManager::GetMmapMemPool()->GetSpaceTypeForAddr(ToVoidPtr(mem_range.GetStartA… in IterateOverObjectsInRange() local
|
| D | region_space.h | 569 … explicit RegionSpace(SpaceType space_type, AllocatorType allocator_type, RegionPool *region_pool) in RegionSpace()
|
| /arkcompiler/runtime_core/runtime/include/mem/ |
| D | allocator-inl.h | 24 SpaceType space_type, HeapSpace *heap_space) in AllocateSafe() 35 … size_t pool_size, SpaceType space_type, HeapSpace *heap_space) in AddPoolsAndAlloc()
|
| /arkcompiler/runtime_core/libpandabase/mem/ |
| D | malloc_mem_pool-inl.h | 37 inline ArenaT *MallocMemPool::AllocArenaImpl(size_t size, [[maybe_unused]] SpaceType space_type, in AllocArenaImpl() 73 inline Pool MallocMemPool::AllocPoolImpl(size_t size, [[maybe_unused]] SpaceType space_type, in AllocPoolImpl()
|
| D | pool_map.cpp | 23 void PoolMap::AddPoolToMap(const void *pool_addr, size_t pool_size, SpaceType space_type, Allocator… in AddPoolToMap() 65 SpaceType space_type = pool_map_[map_num].GetSpaceType(); in GetSpaceType() local
|
| D | arena_allocator.cpp | 29 ArenaAllocatorT<use_oom_handler>::ArenaAllocatorT(SpaceType space_type, BaseMemStats *mem_stats, in ArenaAllocatorT() 42 ArenaAllocatorT<use_oom_handler>::ArenaAllocatorT(OOMHandler oom_handler, SpaceType space_type, Bas… in ArenaAllocatorT()
|
| D | space.h | 45 constexpr bool IsHeapSpace(SpaceType space_type) in IsHeapSpace()
|
| D | mmap_mem_pool-inl.h | 180 inline ArenaT *MmapMemPool::AllocArenaImpl(size_t size, SpaceType space_type, AllocatorType allocat… in AllocArenaImpl() 312 inline Pool MmapMemPool::AllocPoolUnsafe(size_t size, SpaceType space_type, AllocatorType allocator… in AllocPoolUnsafe() 404 inline Pool MmapMemPool::AllocPoolImpl(size_t size, SpaceType space_type, AllocatorType allocator_t… in AllocPoolImpl() 473 … SpaceType space_type = pool_map_.GetSpaceType(ToVoidPtr(ToUintPtr(addr) - GetMinObjectAddress())); in GetSpaceTypeForAddrImpl() local
|
| D | pool_manager.cpp | 30 Arena *PoolManager::AllocArena(size_t size, SpaceType space_type, AllocatorType allocator_type, in AllocArena()
|
| D | pool_map.h | 97 … void Initialize(bool first_byte_in_segment, SpaceType space_type, AllocatorType allocator_type, in Initialize()
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | pool_map_test.cpp | 46 …void AddToPoolMap(Pool pool, SpaceType space_type, AllocatorType allocator_type, void *allocator_a… in AddToPoolMap() 93 …void CheckRandomPoolAddress(Pool pool, SpaceType space_type, AllocatorType allocator_type, uintptr… in CheckRandomPoolAddress()
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | test_utils.h | 50 SpaceType space_type = SpaceType::SPACE_TYPE_OBJECT; in AllocArray() local
|
| D | static_analyzer_test.cpp | 73 SpaceType space_type = SpaceType::SPACE_TYPE_OBJECT; in AllocStringArray() local
|
| D | object_helpers_test.cpp | 120 SpaceType space_type = SpaceType::SPACE_TYPE_OBJECT; in AllocStringArray() local
|
| /arkcompiler/runtime_core/runtime/mem/gc/g1/ |
| D | update_remset_thread.cpp | 221 …auto space_type = mmap_mempool->GetSpaceTypeForAddr(ToVoidPtr(card_table_->GetCardStartAddress(car… in HandleCard() local
|
| D | g1-allocator.cpp | 110 …auto space_type = PoolManager::GetMmapMemPool()->GetSpaceTypeForAddr(ToVoidPtr(mem_range.GetStartA… in IterateOverObjectsInRange() local
|