Home
last modified time | relevance | path

Searched defs:IsLive (Results 1 – 15 of 15) sorted by relevance

/ark/runtime_core/runtime/mem/
Dregion_allocator.h235 bool IsLive(const ObjectHeader *object) const in IsLive() function
364 bool IsLive(const ObjectHeader *object) const in IsLive() function
Dtlab.cpp115 bool TLAB::IsLive(const ObjectHeader *obj) in IsLive() function in panda::mem::TLAB
Drunslots.cpp179 bool RunSlots<LockTypeT>::IsLive(const ObjectHeader *obj) const in IsLive() function in panda::mem::RunSlots
Dallocator.cpp191 bool ObjectAllocatorNoGen<MTMode>::IsLive(const ObjectHeader *obj) in IsLive() function in panda::mem::ObjectAllocatorNoGen
594 bool ObjectAllocatorGen<MTMode>::IsLive(const ObjectHeader *obj) in IsLive() function in panda::mem::ObjectAllocatorGen
Dpygote_space_allocator-inl.h183 inline bool PygoteSpaceAllocator<AllocConfigT>::IsLive(const ObjectHeader *object) in IsLive() function
Dbump-allocator-inl.h287 bool BumpPointerAllocator<AllocConfigT, LockConfigT, UseTlabs>::IsLive(const ObjectHeader *obj) in IsLive() function
Dhumongous_obj_allocator-inl.h497 bool HumongousObjAllocator<AllocConfigT, LockConfigT>::IsLive(const ObjectHeader *obj) in IsLive() function
Dregion_space.h481 bool IsLive(const ObjectHeader *object) const in IsLive() function
Dfreelist_allocator-inl.h749 bool FreeListAllocator<AllocConfigT, LockConfigT>::IsLive(const ObjectHeader *obj) in IsLive() function
Drunslots_allocator-inl.h380 bool RunSlotsAllocator<AllocConfigT, LockConfigT>::IsLive(const ObjectHeader *obj) in IsLive() function
/ark/runtime_core/runtime/mem/gc/hybrid-gc/
Dhybrid_object_allocator.cpp93 bool HybridObjectAllocator::IsLive(const ObjectHeader *obj) in IsLive() function in panda::mem::HybridObjectAllocator
/ark/runtime_core/runtime/
Dvreg_info.h94 bool IsLive() const in IsLive() function
/ark/runtime_core/runtime/mem/gc/g1/
Dg1-allocator.cpp106 bool ObjectAllocatorG1<MTMode>::IsLive(const ObjectHeader *obj) in IsLive() function in panda::mem::ObjectAllocatorG1
/ark/js_runtime/ecmascript/hprof/
Dheap_snapshot.h101 bool IsLive() const in IsLive() function
/ark/js_runtime/ecmascript/mem/
Dheap.cpp623 bool Heap::IsLive(TaggedObject *object) const in IsLive() function in panda::ecmascript::Heap