Home
last modified time | relevance | path

Searched refs:GetSpaceWithType (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dconcurrent_sweeper.cpp71 auto space = heap_->GetSpaceWithType(type); in AsyncSweepSpace()
136 SparseSpace *space = heap_->GetSpaceWithType(type); in WaitingTaskFinish()
143 SparseSpace *space = heap_->GetSpaceWithType(static_cast<MemSpaceType>(i)); in TryFillSweptRegion()
H A Dheap.h726 SharedSparseSpace *GetSpaceWithType(MemSpaceType type) const in GetSpaceWithType() function in panda::panda::ecmascript::SharedHeap
978 SparseSpace *GetSpaceWithType(MemSpaceType type) const in GetSpaceWithType() function in panda::panda::ecmascript::Heap
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
H A Dshared_concurrent_sweeper.cpp67 auto space = sHeap_->GetSpaceWithType(type); in AsyncSweepSpace()
132 SharedSparseSpace *space = sHeap_->GetSpaceWithType(type); in WaitingTaskFinish()

Completed in 5 milliseconds