Home
last modified time | relevance | path

Searched defs:IsObjectInYoungSpace (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/
Dheap_manager.h189 ALWAYS_INLINE bool IsObjectInYoungSpace(const ObjectHeader *obj) in IsObjectInYoungSpace() function
Dallocator.cpp548 bool ObjectAllocatorGen<MT_MODE>::IsObjectInYoungSpace(const ObjectHeader *obj) in IsObjectInYoungSpace() function in ark::mem::ObjectAllocatorGen
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-allocator.cpp53 bool ObjectAllocatorG1<MT_MODE>::IsObjectInYoungSpace(const ObjectHeader *obj) in IsObjectInYoungSpace() function in ark::mem::ObjectAllocatorG1
/arkcompiler/runtime_core/static_core/runtime/include/mem/
Dallocator.h668 bool IsObjectInYoungSpace([[maybe_unused]] const ObjectHeader *obj) final in IsObjectInYoungSpace() function