Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/mem/
Dregion_space.cpp298 void RegionPool::PromoteYoungRegion(Region *region) in PromoteYoungRegion() function in panda::mem::RegionPool
347 void RegionSpace::PromoteYoungRegion(Region *region) in PromoteYoungRegion() function in panda::mem::RegionSpace
Dregion_allocator-inl.h416 void RegionAllocator<AllocConfigT, LockConfigT>::PromoteYoungRegion(Region *region, in PromoteYoungRegion() function
/arkcompiler/runtime_core/runtime/mem/gc/g1/
Dg1-allocator.cpp407 void ObjectAllocatorG1<MTMode>::PromoteYoungRegion(Region *region, const GCObjectVisitor &death_che… in PromoteYoungRegion() function in panda::mem::ObjectAllocatorG1