Home
last modified time | relevance | path

Searched defs:IsAddressInObjectsHeap (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/mem/
Dmem.h232 constexpr bool IsAddressInObjectsHeap([[maybe_unused]] uintptr_t address) in IsAddressInObjectsHeap() function
242 constexpr bool IsAddressInObjectsHeap(const T *address) in IsAddressInObjectsHeap() function
/arkcompiler/runtime_core/libpandabase/mem/
Dmem.h206 inline bool IsAddressInObjectsHeap([[maybe_unused]] uintptr_t address) in IsAddressInObjectsHeap() function