Home
last modified time | relevance | path

Searched defs:space_type (Results 1 – 20 of 20) sorted by relevance

/arkcompiler/runtime_core/runtime/coretypes/
Darray.cpp28panda::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/
Dheap_space.cpp140 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 …]
Dregion_allocator-inl.h34SpaceType space_type, AllocatorType allocator_type, in RegionAllocatorBase()
62SpaceType space_type, AllocatorType allocator_type, in RegionAllocatorBase()
115SpaceType space_type, size_t init_space_size, bool extend) in RegionAllocator()
125SpaceType 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()
Dregion_space.cpp230 Region *RegionPool::NewRegion(RegionSpace *space, SpaceType space_type, AllocatorType allocator_typ… in NewRegion()
Dallocator.cpp549 …auto space_type = PoolManager::GetMmapMemPool()->GetSpaceTypeForAddr(ToVoidPtr(mem_range.GetStartA… in IterateOverObjectsInRange() local
Dregion_space.h569 … explicit RegionSpace(SpaceType space_type, AllocatorType allocator_type, RegionPool *region_pool) in RegionSpace()
/arkcompiler/runtime_core/runtime/include/mem/
Dallocator-inl.h24 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/
Dmalloc_mem_pool-inl.h37 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()
Dpool_map.cpp23 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
Darena_allocator.cpp29 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()
Dspace.h45 constexpr bool IsHeapSpace(SpaceType space_type) in IsHeapSpace()
Dmmap_mem_pool-inl.h180 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
Dpool_manager.cpp30 Arena *PoolManager::AllocArena(size_t size, SpaceType space_type, AllocatorType allocator_type, in AllocArena()
Dpool_map.h97 … void Initialize(bool first_byte_in_segment, SpaceType space_type, AllocatorType allocator_type, in Initialize()
/arkcompiler/runtime_core/libpandabase/tests/
Dpool_map_test.cpp46 …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/
Dtest_utils.h50 SpaceType space_type = SpaceType::SPACE_TYPE_OBJECT; in AllocArray() local
Dstatic_analyzer_test.cpp73 SpaceType space_type = SpaceType::SPACE_TYPE_OBJECT; in AllocStringArray() local
Dobject_helpers_test.cpp120 SpaceType space_type = SpaceType::SPACE_TYPE_OBJECT; in AllocStringArray() local
/arkcompiler/runtime_core/runtime/mem/gc/g1/
Dupdate_remset_thread.cpp221 …auto space_type = mmap_mempool->GetSpaceTypeForAddr(ToVoidPtr(card_table_->GetCardStartAddress(car… in HandleCard() local
Dg1-allocator.cpp110 …auto space_type = PoolManager::GetMmapMemPool()->GetSpaceTypeForAddr(ToVoidPtr(mem_range.GetStartA… in IterateOverObjectsInRange() local