Home
last modified time | relevance | path

Searched defs:PromoteYoungRegion (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/
Dregion_space.cpp351 void RegionPool::PromoteYoungRegion(Region *region) in PromoteYoungRegion() function in ark::mem::RegionPool
417 void RegionSpace::PromoteYoungRegion(Region *region) in PromoteYoungRegion() function in ark::mem::RegionSpace
Dregion_allocator-inl.h510 void RegionAllocator<AllocConfigT, LockConfigT>::PromoteYoungRegion(Region *region, const GCObjectV… in PromoteYoungRegion() function
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-allocator.h194 …void PromoteYoungRegion(Region *region, const GCObjectVisitor &deathChecker, const ObjectVisitor &… in PromoteYoungRegion() function