/ark/runtime_core/runtime/mem/ |
D | region_allocator.h | 235 bool IsLive(const ObjectHeader *object) const in IsLive() function 364 bool IsLive(const ObjectHeader *object) const in IsLive() function
|
D | tlab.cpp | 115 bool TLAB::IsLive(const ObjectHeader *obj) in IsLive() function in panda::mem::TLAB
|
D | runslots.cpp | 179 bool RunSlots<LockTypeT>::IsLive(const ObjectHeader *obj) const in IsLive() function in panda::mem::RunSlots
|
D | allocator.cpp | 191 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
|
D | pygote_space_allocator-inl.h | 183 inline bool PygoteSpaceAllocator<AllocConfigT>::IsLive(const ObjectHeader *object) in IsLive() function
|
D | bump-allocator-inl.h | 287 bool BumpPointerAllocator<AllocConfigT, LockConfigT, UseTlabs>::IsLive(const ObjectHeader *obj) in IsLive() function
|
D | humongous_obj_allocator-inl.h | 497 bool HumongousObjAllocator<AllocConfigT, LockConfigT>::IsLive(const ObjectHeader *obj) in IsLive() function
|
D | region_space.h | 481 bool IsLive(const ObjectHeader *object) const in IsLive() function
|
D | freelist_allocator-inl.h | 749 bool FreeListAllocator<AllocConfigT, LockConfigT>::IsLive(const ObjectHeader *obj) in IsLive() function
|
D | runslots_allocator-inl.h | 380 bool RunSlotsAllocator<AllocConfigT, LockConfigT>::IsLive(const ObjectHeader *obj) in IsLive() function
|
/ark/runtime_core/runtime/mem/gc/hybrid-gc/ |
D | hybrid_object_allocator.cpp | 93 bool HybridObjectAllocator::IsLive(const ObjectHeader *obj) in IsLive() function in panda::mem::HybridObjectAllocator
|
/ark/runtime_core/runtime/ |
D | vreg_info.h | 94 bool IsLive() const in IsLive() function
|
/ark/runtime_core/runtime/mem/gc/g1/ |
D | g1-allocator.cpp | 106 bool ObjectAllocatorG1<MTMode>::IsLive(const ObjectHeader *obj) in IsLive() function in panda::mem::ObjectAllocatorG1
|
/ark/js_runtime/ecmascript/hprof/ |
D | heap_snapshot.h | 101 bool IsLive() const in IsLive() function
|
/ark/js_runtime/ecmascript/mem/ |
D | heap.cpp | 623 bool Heap::IsLive(TaggedObject *object) const in IsLive() function in panda::ecmascript::Heap
|