Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dspace.h233 EcmaList<Region> &GetRegionList() in GetRegionList() function in panda::ecmascript::MemSpaceKind::Space
238 const EcmaList<Region> &GetRegionList() const in GetRegionList() function in panda::ecmascript::MemSpaceKind::Space
H A Dspace.cpp240 Region *currentRegion = GetRegionList().GetFirst(); in Sweep()
246 GetRegionList().RemoveNode(currentRegion); in Sweep()
H A Djit_fort.h43 inline JitFortRegion *GetRegionList() in GetRegionList() function in panda::ecmascript::JitFort
H A Dsparse_space.cpp435 localSpace->GetRegionList().Clear(); in Merge()
H A Dheap.cpp644 sOldSpace_->GetRegionList().Clear(); in MoveOldSpaceToAppspawn()
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
H A Dshared_space.cpp455 localSpace->GetRegionList().Clear(); in Merge()
624 Region *currentRegion = GetRegionList().GetFirst(); in Sweep()
630 GetRegionList().RemoveNode(currentRegion); in Sweep()

Completed in 9 milliseconds