Home
last modified time | relevance | path

Searched defs:ContainObject (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/runtime_core/runtime/mem/
Dregion_allocator.h308 bool ContainObject(const ObjectHeader *object) const in ContainObject() function
536 bool ContainObject(const ObjectHeader *object) const in ContainObject() function
615 bool ContainObject(const ObjectHeader *object) const in ContainObject() function
Dregion_space-inl.h125 bool RegionSpace::ContainObject(const ObjectHeader *object) const in ContainObject() function
Dtlab.cpp110 bool TLAB::ContainObject(const ObjectHeader *obj) in ContainObject() function in panda::mem::TLAB
Dpygote_space_allocator-inl.h162 inline bool PygoteSpaceAllocator<AllocConfigT>::ContainObject(const ObjectHeader *object) in ContainObject() function
Dbump-allocator-inl.h272 bool BumpPointerAllocator<AllocConfigT, LockConfigT, UseTlabs>::ContainObject(const ObjectHeader *o… in ContainObject() function
Dallocator.cpp188 bool ObjectAllocatorNoGen<MTMode>::ContainObject(const ObjectHeader *obj) const in ContainObject() function in panda::mem::ObjectAllocatorNoGen
600 bool ObjectAllocatorGen<MTMode>::ContainObject(const ObjectHeader *obj) const in ContainObject() function in panda::mem::ObjectAllocatorGen
Dhumongous_obj_allocator-inl.h494 bool HumongousObjAllocator<AllocConfigT, LockConfigT>::ContainObject(const ObjectHeader *obj) in ContainObject() function
Dfreelist_allocator-inl.h748 bool FreeListAllocator<AllocConfigT, LockConfigT>::ContainObject(const ObjectHeader *obj) in ContainObject() function
Drunslots_allocator-inl.h379 bool RunSlotsAllocator<AllocConfigT, LockConfigT>::ContainObject(const ObjectHeader *obj) in ContainObject() function
/arkcompiler/runtime_core/runtime/mem/gc/hybrid-gc/
Dhybrid_object_allocator.cpp93 bool HybridObjectAllocator::ContainObject(const ObjectHeader *obj) const in ContainObject() function in panda::mem::HybridObjectAllocator
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_verification_test.cpp60 HWTEST_F_L0(JSVerificationTest, ContainObject) in HWTEST_F_L0() argument
/arkcompiler/runtime_core/runtime/mem/gc/g1/
Dg1-allocator.cpp140 bool ObjectAllocatorG1<MTMode>::ContainObject(const ObjectHeader *obj) const in ContainObject() function in panda::mem::ObjectAllocatorG1
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.cpp1010 bool Heap::ContainObject(TaggedObject *object) const in ContainObject() function in panda::ecmascript::Heap