Home
last modified time | relevance | path

Searched refs:SharedSparseSpace (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
H A Dshared_space.cpp24 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 Dshared_space.h31 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 Dshared_concurrent_sweeper.cpp132 SharedSparseSpace *space = sHeap_->GetSpaceWithType(type); in WaitingTaskFinish()
/arkcompiler/ets_runtime/ecmascript/serializer/
H A Dbase_deserializer.h111 void AllocateMultiSharedRegion(SharedSparseSpace *space, size_t spaceObjSize, size_t &regionIndex);
H A Dbase_deserializer.cpp606 void BaseDeserializer::AllocateMultiSharedRegion(SharedSparseSpace *space, size_t spaceObjSize, size_t &regionIndex) in AllocateMultiSharedRegion()
686 SharedSparseSpace *space = sheap_->GetOldSpace(); in AllocateToSharedOldSpace()
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dheap.h726 SharedSparseSpace *GetSpaceWithType(MemSpaceType type) const in GetSpaceWithType()

Completed in 6 milliseconds