| /arkcompiler/runtime_core/static_core/runtime/coretypes/ |
| D | array.cpp | 28 …cateArray(ark::BaseClass *arrayClass, size_t elemSize, ArraySizeT length, ark::SpaceType spaceType, in AllocateArray() 50 …y::Create(ark::Class *arrayClass, const uint8_t *data, ArraySizeT length, ark::SpaceType spaceType, in Create() 72 Array *Array::Create(ark::Class *arrayClass, ArraySizeT length, ark::SpaceType spaceType, bool pinn… in Create() 91 Array *Array::Create(DynClass *dynarrayclass, ArraySizeT length, ark::SpaceType spaceType, bool pin… in Create() 110 …eTagged(const PandaVM *vm, ark::BaseClass *arrayClass, ArraySizeT length, ark::SpaceType spaceType, in CreateTagged()
|
| /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 | 39 inline ArenaT *MallocMemPool::AllocArenaImpl(size_t size, [[maybe_unused]] SpaceType spaceType, in AllocArenaImpl() 79 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 | stack_like_allocator-inl.h | 29 …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 | mmap_mem_pool-inl.h | 279 inline ArenaT *MmapMemPool::AllocArenaImpl(size_t size, SpaceType spaceType, AllocatorType allocato… in AllocArenaImpl() 316 inline void *MmapMemPool::AllocRawMemNonObjectImpl(size_t size, SpaceType spaceType) in AllocRawMemNonObjectImpl() 393 inline Pool MmapMemPool::AllocPoolUnsafe(size_t size, SpaceType spaceType, AllocatorType allocatorT… in AllocPoolUnsafe() 496 inline Pool MmapMemPool::AllocPoolImpl(size_t size, SpaceType spaceType, AllocatorType allocatorTyp… in AllocPoolImpl() 572 SpaceType spaceType = poolMap_.GetSpaceType(ToVoidPtr(ToUintPtr(addr) - GetMinObjectAddress())); in GetSpaceTypeForAddrImpl() local
|
| D | pool_map.h | 101 … void Initialize(MapNumType segmentFirstMapNum, SpaceType spaceType, AllocatorType allocatorType, in Initialize()
|
| /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() 376 Pool GenerationalSpaces::AllocSharedPool(size_t poolSize, SpaceType spaceType, AllocatorType alloca… in AllocSharedPool() 386 Pool GenerationalSpaces::AllocAlonePoolForYoung(SpaceType spaceType, AllocatorType allocatorType, v… in AllocAlonePoolForYoung() 396 Pool GenerationalSpaces::TryAllocPoolForYoung(size_t poolSize, SpaceType spaceType, AllocatorType a… in TryAllocPoolForYoung() 406 Pool GenerationalSpaces::TryAllocPoolForTenured(size_t poolSize, SpaceType spaceType, AllocatorType… in TryAllocPoolForTenured() 414 Pool GenerationalSpaces::TryAllocPool(size_t poolSize, SpaceType spaceType, AllocatorType allocator… in TryAllocPool() 420 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() 134 … SpaceType spaceType, size_t initSpaceSize, bool extend, in RegionAllocator() 145 … SpaceType spaceType, RegionPool *sharedRegionPool, in RegionAllocator() 601 …MemStatsType *memStats, GenerationalSpaces *spaces, SpaceType spaceType, size_t initSpaceSize, boo… in RegionNonmovableAllocator() 610 …MemStatsType *memStats, GenerationalSpaces *spaces, SpaceType spaceType, RegionPool *sharedRegionP… in RegionNonmovableAllocator() 733 SpaceType spaceType) in RegionHumongousAllocator()
|
| D | frame_allocator-inl.h | 34 inline FrameAllocator<ALIGNMENT, USE_MEMSET>::FrameAllocator(bool useMalloc, SpaceType spaceType) in FrameAllocator()
|
| /arkcompiler/runtime_core/static_core/runtime/include/mem/ |
| D | allocator-inl.h | 24 SpaceType spaceType, HeapSpace *heapSpace) in AllocateSafe() 36 … size_t poolSize, SpaceType spaceType, HeapSpace *heapSpace) in AddPoolsAndAlloc()
|
| /arkcompiler/ets_runtime/common_components/serialize/tests/ |
| D | serialize_utils_test.cpp | 54 SerializedBaseObjectSpace spaceType = SerializeUtils::GetSerializeObjectSpace(addr); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | test_utils.h | 59 SpaceType spaceType = SpaceType::SPACE_TYPE_OBJECT; variable
|
| D | static_analyzer_test.cpp | 75 SpaceType spaceType = SpaceType::SPACE_TYPE_OBJECT; in AllocStringArray() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | incremental_marking_test.cpp | 41 …ndle<TaggedArray> CreateTaggedArray(uint32_t length, JSTaggedValue initVal, MemSpaceType spaceType) in CreateTaggedArray()
|
| D | concurrent_marking_test.cpp | 43 …ndle<TaggedArray> CreateTaggedArray(uint32_t length, JSTaggedValue initVal, MemSpaceType spaceType) in CreateTaggedArray()
|
| /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/mem/ |
| D | space.cpp | 27 MemSpaceType spaceType, size_t initialCapacity, in Space() 97 … size_t initialCapacity, size_t maximumCapacity, MemSpaceType spaceType) in HugeObjectSpace()
|
| D | jit_fort.h | 140 … RegionSpaceFlag spaceType, MemDescPool *pool) : Region(allocator, allocateBase, end, spaceType), in JitFortRegion()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | shared_object_factory.cpp | 244 …andle<Method> ObjectFactory::NewSMethod(const MethodLiteral *methodLiteral, MemSpaceType spaceType) in NewSMethod() 268 MemSpaceType spaceType) in NewSMethodForNativeFunction() 318 FunctionKind kind, kungfu::BuiltinsStubCSigns::ID builtinId, MemSpaceType spaceType) in NewSFunctionWithAccessor() 330 FunctionKind kind, kungfu::BuiltinsStubCSigns::ID builtinId, MemSpaceType spaceType) in NewSFunctionByHClass() 481 …dle<TaggedArray> ObjectFactory::NewSTaggedArrayWithoutInit(uint32_t length, MemSpaceType spaceType) in NewSTaggedArrayWithoutInit() 807 …ray> ObjectFactory::NewSTaggedArray(uint32_t length, JSTaggedValue initVal, MemSpaceType spaceType) in NewSTaggedArray()
|
| /arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
| D | snapshot_processor.h | 244 AllocateProxy(SerializedObjectSpace spaceType) : spaceType_(spaceType) {} in AllocateProxy()
|
| /arkcompiler/ets_runtime/ecmascript/serializer/ |
| D | base_deserializer.cpp | 769 SerializedObjectSpace spaceType) in AllocateMultiRegion() 795 … [[maybe_unused]] SerializedObjectSpace spaceType) in AllocateMultiNonmovableRegion() 819 SerializedObjectSpace spaceType) in AllocateMultiSharedRegion()
|
| D | base_serializer.cpp | 24 SerializedObjectSpace spaceType = in GetSerializedObjectSpace() local
|