Home
last modified time | relevance | path

Searched defs:spaceType (Results 1 – 25 of 28) sorted by relevance

12

/arkcompiler/runtime_core/static_core/runtime/coretypes/
Darray.cpp28panda::SpaceType spaceType, const PandaVM *vm = Thread::GetCurrent()->GetVM()) in AllocateArray()
48 …reate(panda::Class *arrayClass, const uint8_t *data, ArraySizeT length, panda::SpaceType spaceType) in Create()
69 Array *Array::Create(panda::Class *arrayClass, ArraySizeT length, panda::SpaceType spaceType) in Create()
87 Array *Array::Create(DynClass *dynarrayclass, ArraySizeT length, panda::SpaceType spaceType) in Create()
107 panda::SpaceType spaceType, TaggedValue initValue) in CreateTagged()
/arkcompiler/runtime_core/static_core/runtime/mem/
Dheap_space.cpp152 inline Pool HeapSpace::TryAllocPoolBase(size_t poolSize, SpaceType spaceType, AllocatorType allocat… in TryAllocPoolBase()
172 Pool HeapSpace::TryAllocPool(size_t poolSize, SpaceType spaceType, AllocatorType allocatorType, voi… in TryAllocPool()
178 inline Arena *HeapSpace::TryAllocArenaBase(size_t arenaSize, SpaceType spaceType, AllocatorType all… in TryAllocArenaBase()
193 Arena *HeapSpace::TryAllocArena(size_t arenaSize, SpaceType spaceType, AllocatorType allocatorType,… in TryAllocArena()
367 Pool GenerationalSpaces::AllocSharedPool(size_t poolSize, SpaceType spaceType, AllocatorType alloca… in AllocSharedPool()
377 Pool GenerationalSpaces::AllocAlonePoolForYoung(SpaceType spaceType, AllocatorType allocatorType, v… in AllocAlonePoolForYoung()
387 Pool GenerationalSpaces::TryAllocPoolForYoung(size_t poolSize, SpaceType spaceType, AllocatorType a… in TryAllocPoolForYoung()
397 Pool GenerationalSpaces::TryAllocPoolForTenured(size_t poolSize, SpaceType spaceType, AllocatorType… in TryAllocPoolForTenured()
405 Pool GenerationalSpaces::TryAllocPool(size_t poolSize, SpaceType spaceType, AllocatorType allocator… in TryAllocPool()
411 Arena *GenerationalSpaces::TryAllocArenaForTenured(size_t arenaSize, SpaceType spaceType, Allocator… in TryAllocArenaForTenured()
[all …]
Dregion_allocator-inl.h34SpaceType spaceType, AllocatorType allocatorType, in RegionAllocatorBase()
63SpaceType spaceType, AllocatorType allocatorType, in RegionAllocatorBase()
116SpaceType spaceType, size_t initSpaceSize, bool extend, in RegionAllocator()
127SpaceType spaceType, RegionPool *sharedRegionPool, in RegionAllocator()
522 …MemStatsType *memStats, GenerationalSpaces *spaces, SpaceType spaceType, size_t initSpaceSize, boo… in RegionNonmovableAllocator()
531 …MemStatsType *memStats, GenerationalSpaces *spaces, SpaceType spaceType, RegionPool *sharedRegionP… in RegionNonmovableAllocator()
628 SpaceType spaceType) in RegionHumongousAllocator()
Dframe_allocator-inl.h34 inline FrameAllocator<ALIGNMENT, USE_MEMSET>::FrameAllocator(bool useMalloc, SpaceType spaceType) in FrameAllocator()
Dregion_space.cpp250 Region *RegionPool::NewRegion(RegionSpace *space, SpaceType spaceType, AllocatorType allocatorType,… in NewRegion()
Dregion_space.h612 : spaceType_(spaceType), in spaceType_() argument
Dallocator.cpp620 …auto spaceType = PoolManager::GetMmapMemPool()->GetSpaceTypeForAddr(ToVoidPtr(memRange.GetStartAdd… in IterateOverObjectsInRange() local
/arkcompiler/runtime_core/static_core/libpandabase/mem/
Dspace.h43 constexpr size_t SpaceTypeToIndex(SpaceType spaceType) in SpaceTypeToIndex()
50 constexpr bool IsHeapSpace(SpaceType spaceType) in IsHeapSpace()
Dpool_map.cpp20 void PoolMap::AddPoolToMap(const void *poolAddr, size_t poolSize, SpaceType spaceType, AllocatorTyp… in AddPoolToMap()
62 SpaceType spaceType = poolMap_[mapNum].GetSpaceType(); in GetSpaceType() local
Dmalloc_mem_pool-inl.h38 inline ArenaT *MallocMemPool::AllocArenaImpl(size_t size, [[maybe_unused]] SpaceType spaceType, in AllocArenaImpl()
78 inline Pool MallocMemPool::AllocPoolImpl(size_t size, [[maybe_unused]] SpaceType spaceType, in AllocPoolImpl()
Darena_allocator.cpp28 ArenaAllocatorT<USE_OOM_HANDLER>::ArenaAllocatorT(SpaceType spaceType, BaseMemStats *memStats, in ArenaAllocatorT()
41 ArenaAllocatorT<USE_OOM_HANDLER>::ArenaAllocatorT(OOMHandler oomHandler, SpaceType spaceType, BaseM… in ArenaAllocatorT()
Dmmap_mem_pool-inl.h228 inline ArenaT *MmapMemPool::AllocArenaImpl(size_t size, SpaceType spaceType, AllocatorType allocato… in AllocArenaImpl()
263 inline void *MmapMemPool::AllocRawMemNonObjectImpl(size_t size, SpaceType spaceType) in AllocRawMemNonObjectImpl()
338 inline Pool MmapMemPool::AllocPoolUnsafe(size_t size, SpaceType spaceType, AllocatorType allocatorT… in AllocPoolUnsafe()
440 inline Pool MmapMemPool::AllocPoolImpl(size_t size, SpaceType spaceType, AllocatorType allocatorTyp… in AllocPoolImpl()
515 SpaceType spaceType = poolMap_.GetSpaceType(ToVoidPtr(ToUintPtr(addr) - GetMinObjectAddress())); in GetSpaceTypeForAddrImpl() local
Dstack_like_allocator-inl.h28 …ackLikeAllocator<ALIGNMENT, MAX_SIZE>::StackLikeAllocator(bool usePoolManager, SpaceType spaceType) in StackLikeAllocator()
Dpool_manager.cpp30 Arena *PoolManager::AllocArena(size_t size, SpaceType spaceType, AllocatorType allocatorType, const… in AllocArena()
Dpool_map.h101 … void Initialize(MapNumType segmentFirstMapNum, SpaceType spaceType, AllocatorType allocatorType, in Initialize()
/arkcompiler/runtime_core/static_core/runtime/include/mem/
Dallocator-inl.h24 SpaceType spaceType, HeapSpace *heapSpace) in AllocateSafe()
35 … size_t poolSize, SpaceType spaceType, HeapSpace *heapSpace) in AddPoolsAndAlloc()
/arkcompiler/ets_runtime/ecmascript/mem/
Dspace.cpp26 MemSpaceType spaceType, size_t initialCapacity, in Space()
87 … size_t initialCapacity, size_t maximumCapacity, MemSpaceType spaceType) in HugeObjectSpace()
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dpool_map_test.cpp50 …void AddToPoolMap(Pool pool, SpaceType spaceType, AllocatorType allocatorType, void *allocatorAddr… in AddToPoolMap()
100 …void CheckRandomPoolAddress(Pool pool, SpaceType spaceType, AllocatorType allocatorType, uintptr_t… in CheckRandomPoolAddress()
/arkcompiler/ets_runtime/ecmascript/tests/
Dincremental_marking_test.cpp55 …ndle<TaggedArray> CreateTaggedArray(uint32_t length, JSTaggedValue initVal, MemSpaceType spaceType) in CreateTaggedArray()
Dconcurrent_marking_test.cpp57 …ndle<TaggedArray> CreateTaggedArray(uint32_t length, JSTaggedValue initVal, MemSpaceType spaceType) in CreateTaggedArray()
/arkcompiler/runtime_core/static_core/runtime/tests/
Dtest_utils.h59 SpaceType spaceType = SpaceType::SPACE_TYPE_OBJECT; in AllocArray() local
Dstatic_analyzer_test.cpp75 SpaceType spaceType = SpaceType::SPACE_TYPE_OBJECT; in AllocStringArray() local
Dobject_helpers_test.cpp122 SpaceType spaceType = SpaceType::SPACE_TYPE_OBJECT; in AllocStringArray() local
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp159 MemSpaceType spaceType) in NewMethodForNativeFunction()
708 …MemSpaceType spaceType = length < LENGTH_THRESHOLD ? MemSpaceType::SEMI_SPACE : MemSpaceType::OLD_… in NewJsonFixedArray() local
1523 FunctionKind kind, kungfu::BuiltinsStubCSigns::ID builtinId, MemSpaceType spaceType) in NewSFunction()
1538 MemSpaceType spaceType) in NewJSFunction()
1769 …Handle<Method> ObjectFactory::NewMethod(const MethodLiteral *methodLiteral, MemSpaceType spaceType) in NewMethod()
2375 …rray> ObjectFactory::NewTaggedArray(uint32_t length, JSTaggedValue initVal, MemSpaceType spaceType) in NewTaggedArray()
2409 …MemSpaceType spaceType = newLength < LENGTH_THRESHOLD ? MemSpaceType::SEMI_SPACE : MemSpaceType::O… in NewAndCopyTaggedArray() local
2476 …MemSpaceType spaceType = newLength < LENGTH_THRESHOLD ? MemSpaceType::SEMI_SPACE : MemSpaceType::O… in NewAndCopyTaggedArrayByObject() local
2505 …MemSpaceType spaceType = newLength < LENGTH_THRESHOLD ? MemSpaceType::SEMI_SPACE : MemSpaceType::O… in NewAndCopyMutantTaggedArrayByObject() local
2536 …ndle<TaggedArray> ObjectFactory::NewTaggedArrayWithoutInit(uint32_t length, MemSpaceType spaceType) in NewTaggedArrayWithoutInit()
[all …]
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-allocator.cpp123 …auto spaceType = PoolManager::GetMmapMemPool()->GetSpaceTypeForAddr(ToVoidPtr(memRange.GetStartAdd… in IterateOverObjectsInRange() local

12