Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/mem/gc/hybrid-gc/
Dhybrid_object_allocator.h70 bool IsAddressInYoungSpace([[maybe_unused]] uintptr_t address) final in IsAddressInYoungSpace() function
/arkcompiler/runtime_core/runtime/mem/gc/g1/
Dg1-allocator.cpp52 bool ObjectAllocatorG1<MTMode>::IsAddressInYoungSpace(uintptr_t address) in IsAddressInYoungSpace() function in panda::mem::ObjectAllocatorG1
/arkcompiler/runtime_core/runtime/mem/
Dallocator.cpp476 bool ObjectAllocatorGen<MTMode>::IsAddressInYoungSpace(uintptr_t address) in IsAddressInYoungSpace() function in panda::mem::ObjectAllocatorGen
/arkcompiler/runtime_core/runtime/include/mem/
Dallocator.h632 bool IsAddressInYoungSpace([[maybe_unused]] uintptr_t address) final in IsAddressInYoungSpace() function