Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-allocator.cpp279 void ObjectAllocatorG1<MT_MODE>::IterateOverYoungObjects(const ObjectVisitor &objectVisitor) in IterateOverYoungObjects() function in ark::mem::ObjectAllocatorG1
/arkcompiler/runtime_core/static_core/runtime/mem/
Dallocator.cpp356 void ObjectAllocatorGen<MT_MODE>::IterateOverYoungObjects(const ObjectVisitor &objectVisitor) in IterateOverYoungObjects() function in ark::mem::ObjectAllocatorGen
/arkcompiler/runtime_core/static_core/runtime/include/mem/
Dallocator.h177 virtual void IterateOverYoungObjects([[maybe_unused]] const ObjectVisitor &objectVisitor) in IterateOverYoungObjects() function