Searched refs:SharedSparseSpace (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/ |
H A D | shared_space.cpp | 24 SharedSparseSpace::SharedSparseSpace(SharedHeap *heap, in SharedSparseSpace() function in panda::ecmascript::SharedSparseSpace 37 void SharedSparseSpace::Reset() in Reset() 44 void SharedSparseSpace::ResetTopPointer(uintptr_t top) in ResetTopPointer() 50 uintptr_t SharedSparseSpace::AllocateWithoutGC(JSThread *thread, size_t size) in AllocateWithoutGC() 58 uintptr_t SharedSparseSpace::Allocate(JSThread *thread, size_t size, bool allowGC) in Allocate() 94 uintptr_t SharedSparseSpace::TryAllocateAndExpand(JSThread *thread, size_t size, bool expand) in TryAllocateAndExpand() 108 uintptr_t SharedSparseSpace::AllocateNoGCAndExpand(JSThread *thread, size_t size) in AllocateNoGCAndExpand() 124 uintptr_t SharedSparseSpace::TryAllocate([[maybe_unused]] JSThread *thread, size_t size) in TryAllocate() 132 uintptr_t SharedSparseSpace [all...] |
H A D | shared_space.h | 31 class SharedSparseSpace : public Space { class 33 SharedSparseSpace(SharedHeap *heap, MemSpaceType type, size_t initialCapacity, size_t maximumCapacity); 34 ~SharedSparseSpace() override 38 NO_COPY_SEMANTIC(SharedSparseSpace); 39 NO_MOVE_SEMANTIC(SharedSparseSpace); 124 class SharedAppSpawnSpace : public SharedSparseSpace { 134 class SharedNonMovableSpace : public SharedSparseSpace { 142 class SharedOldSpace : public SharedSparseSpace { 168 class SharedLocalSpace : public SharedSparseSpace {
|
H A D | shared_concurrent_sweeper.cpp | 132 SharedSparseSpace *space = sHeap_->GetSpaceWithType(type); in WaitingTaskFinish()
|
/arkcompiler/ets_runtime/ecmascript/serializer/ |
H A D | base_deserializer.h | 111 void AllocateMultiSharedRegion(SharedSparseSpace *space, size_t spaceObjSize, size_t ®ionIndex);
|
H A D | base_deserializer.cpp | 606 void BaseDeserializer::AllocateMultiSharedRegion(SharedSparseSpace *space, size_t spaceObjSize, size_t ®ionIndex) in AllocateMultiSharedRegion() 686 SharedSparseSpace *space = sheap_->GetOldSpace(); in AllocateToSharedOldSpace()
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
H A D | heap.h | 726 SharedSparseSpace *GetSpaceWithType(MemSpaceType type) const in GetSpaceWithType()
|
Completed in 6 milliseconds