Home
last modified time | relevance | path

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

12

/arkcompiler/runtime_core/static_core/runtime/coretypes/
Darray.cpp28 …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/
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.h39 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()
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()
Dstack_like_allocator-inl.h29 …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()
Dmmap_mem_pool-inl.h279 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
Dpool_map.h101 … void Initialize(MapNumType segmentFirstMapNum, SpaceType spaceType, AllocatorType allocatorType, in Initialize()
/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()
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 …]
Dregion_allocator-inl.h34SpaceType spaceType, AllocatorType allocatorType, in RegionAllocatorBase()
63SpaceType spaceType, AllocatorType allocatorType, in RegionAllocatorBase()
134SpaceType spaceType, size_t initSpaceSize, bool extend, in RegionAllocator()
145SpaceType 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()
Dframe_allocator-inl.h34 inline FrameAllocator<ALIGNMENT, USE_MEMSET>::FrameAllocator(bool useMalloc, SpaceType spaceType) in FrameAllocator()
/arkcompiler/runtime_core/static_core/runtime/include/mem/
Dallocator-inl.h24 SpaceType spaceType, HeapSpace *heapSpace) in AllocateSafe()
36 … size_t poolSize, SpaceType spaceType, HeapSpace *heapSpace) in AddPoolsAndAlloc()
/arkcompiler/ets_runtime/common_components/serialize/tests/
Dserialize_utils_test.cpp54 SerializedBaseObjectSpace spaceType = SerializeUtils::GetSerializeObjectSpace(addr); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Dtest_utils.h59 SpaceType spaceType = SpaceType::SPACE_TYPE_OBJECT; variable
Dstatic_analyzer_test.cpp75 SpaceType spaceType = SpaceType::SPACE_TYPE_OBJECT; in AllocStringArray() local
/arkcompiler/ets_runtime/ecmascript/tests/
Dincremental_marking_test.cpp41 …ndle<TaggedArray> CreateTaggedArray(uint32_t length, JSTaggedValue initVal, MemSpaceType spaceType) in CreateTaggedArray()
Dconcurrent_marking_test.cpp43 …ndle<TaggedArray> CreateTaggedArray(uint32_t length, JSTaggedValue initVal, MemSpaceType spaceType) in CreateTaggedArray()
/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/mem/
Dspace.cpp27 MemSpaceType spaceType, size_t initialCapacity, in Space()
97 … size_t initialCapacity, size_t maximumCapacity, MemSpaceType spaceType) in HugeObjectSpace()
Djit_fort.h140RegionSpaceFlag spaceType, MemDescPool *pool) : Region(allocator, allocateBase, end, spaceType), in JitFortRegion()
/arkcompiler/ets_runtime/ecmascript/
Dshared_object_factory.cpp244 …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/
Dsnapshot_processor.h244 AllocateProxy(SerializedObjectSpace spaceType) : spaceType_(spaceType) {} in AllocateProxy()
/arkcompiler/ets_runtime/ecmascript/serializer/
Dbase_deserializer.cpp769 SerializedObjectSpace spaceType) in AllocateMultiRegion()
795 … [[maybe_unused]] SerializedObjectSpace spaceType) in AllocateMultiNonmovableRegion()
819 SerializedObjectSpace spaceType) in AllocateMultiSharedRegion()
Dbase_serializer.cpp24 SerializedObjectSpace spaceType = in GetSerializedObjectSpace() local

12