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.h533 size_t RegionAllocator<AllocConfigT, LockConfigT>::PromoteYoungRegion(Region *region, in PromoteYoungRegion() function
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-allocator.h194 size_t PromoteYoungRegion(Region *region, const GCObjectVisitor &deathChecker, in PromoteYoungRegion() function