/arkcompiler/runtime_core/static_core/runtime/coretypes/ |
D | array.cpp | 28 … panda::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/ |
D | heap_space.cpp | 152 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 …]
|
D | region_allocator-inl.h | 34 … SpaceType spaceType, AllocatorType allocatorType, in RegionAllocatorBase() 63 … SpaceType spaceType, AllocatorType allocatorType, in RegionAllocatorBase() 116 … SpaceType spaceType, size_t initSpaceSize, bool extend, in RegionAllocator() 127 … SpaceType 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()
|
D | frame_allocator-inl.h | 34 inline FrameAllocator<ALIGNMENT, USE_MEMSET>::FrameAllocator(bool useMalloc, SpaceType spaceType) in FrameAllocator()
|
D | region_space.cpp | 250 Region *RegionPool::NewRegion(RegionSpace *space, SpaceType spaceType, AllocatorType allocatorType,… in NewRegion()
|
D | region_space.h | 612 : spaceType_(spaceType), in spaceType_() argument
|
D | allocator.cpp | 620 …auto spaceType = PoolManager::GetMmapMemPool()->GetSpaceTypeForAddr(ToVoidPtr(memRange.GetStartAdd… in IterateOverObjectsInRange() local
|
/arkcompiler/runtime_core/static_core/libpandabase/mem/ |
D | space.h | 43 constexpr size_t SpaceTypeToIndex(SpaceType spaceType) in SpaceTypeToIndex() 50 constexpr bool IsHeapSpace(SpaceType spaceType) in IsHeapSpace()
|
D | pool_map.cpp | 20 void PoolMap::AddPoolToMap(const void *poolAddr, size_t poolSize, SpaceType spaceType, AllocatorTyp… in AddPoolToMap() 62 SpaceType spaceType = poolMap_[mapNum].GetSpaceType(); in GetSpaceType() local
|
D | malloc_mem_pool-inl.h | 38 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()
|
D | arena_allocator.cpp | 28 ArenaAllocatorT<USE_OOM_HANDLER>::ArenaAllocatorT(SpaceType spaceType, BaseMemStats *memStats, in ArenaAllocatorT() 41 ArenaAllocatorT<USE_OOM_HANDLER>::ArenaAllocatorT(OOMHandler oomHandler, SpaceType spaceType, BaseM… in ArenaAllocatorT()
|
D | mmap_mem_pool-inl.h | 228 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
|
D | stack_like_allocator-inl.h | 28 …ackLikeAllocator<ALIGNMENT, MAX_SIZE>::StackLikeAllocator(bool usePoolManager, SpaceType spaceType) in StackLikeAllocator()
|
D | pool_manager.cpp | 30 Arena *PoolManager::AllocArena(size_t size, SpaceType spaceType, AllocatorType allocatorType, const… in AllocArena()
|
D | pool_map.h | 101 … void Initialize(MapNumType segmentFirstMapNum, SpaceType spaceType, AllocatorType allocatorType, in Initialize()
|
/arkcompiler/runtime_core/static_core/runtime/include/mem/ |
D | allocator-inl.h | 24 SpaceType spaceType, HeapSpace *heapSpace) in AllocateSafe() 35 … size_t poolSize, SpaceType spaceType, HeapSpace *heapSpace) in AddPoolsAndAlloc()
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
D | space.cpp | 26 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/ |
D | pool_map_test.cpp | 50 …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/ |
D | incremental_marking_test.cpp | 55 …ndle<TaggedArray> CreateTaggedArray(uint32_t length, JSTaggedValue initVal, MemSpaceType spaceType) in CreateTaggedArray()
|
D | concurrent_marking_test.cpp | 57 …ndle<TaggedArray> CreateTaggedArray(uint32_t length, JSTaggedValue initVal, MemSpaceType spaceType) in CreateTaggedArray()
|
/arkcompiler/runtime_core/static_core/runtime/tests/ |
D | test_utils.h | 59 SpaceType spaceType = SpaceType::SPACE_TYPE_OBJECT; in AllocArray() local
|
D | static_analyzer_test.cpp | 75 SpaceType spaceType = SpaceType::SPACE_TYPE_OBJECT; in AllocStringArray() local
|
D | object_helpers_test.cpp | 122 SpaceType spaceType = SpaceType::SPACE_TYPE_OBJECT; in AllocStringArray() local
|
/arkcompiler/ets_runtime/ecmascript/ |
D | object_factory.cpp | 159 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/ |
D | g1-allocator.cpp | 123 …auto spaceType = PoolManager::GetMmapMemPool()->GetSpaceTypeForAddr(ToVoidPtr(memRange.GetStartAdd… in IterateOverObjectsInRange() local
|