Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/mem/
Dregion_allocator.h345 bool ContainObject(const ObjectHeader *object) const in ContainObject() function
573 bool ContainObject(const ObjectHeader *object) const in ContainObject() function
658 bool ContainObject(const ObjectHeader *object) const in ContainObject() function
Dtlab.cpp110 bool TLAB::ContainObject(const ObjectHeader *obj) in ContainObject() function in ark::mem::TLAB
Dregion_space-inl.h202 bool RegionSpace::ContainObject(const ObjectHeader *object) const in ContainObject() function
Dheap_manager.h204 ALWAYS_INLINE bool ContainObject(const ObjectHeader *obj) in ContainObject() function
Dpygote_space_allocator-inl.h163 inline bool PygoteSpaceAllocator<AllocConfigT>::ContainObject(const ObjectHeader *object) in ContainObject() function
Dbump-allocator-inl.h268 bool BumpPointerAllocator<AllocConfigT, LockConfigT, USE_TLABS>::ContainObject(const ObjectHeader *… in ContainObject() function
Dallocator.cpp239 bool ObjectAllocatorNoGen<MT_MODE>::ContainObject(const ObjectHeader *obj) const in ContainObject() function in ark::mem::ObjectAllocatorNoGen
694 bool ObjectAllocatorGen<MT_MODE>::ContainObject(const ObjectHeader *obj) const in ContainObject() function in ark::mem::ObjectAllocatorGen
Dhumongous_obj_allocator-inl.h495 bool HumongousObjAllocator<AllocConfigT, LockConfigT>::ContainObject(const ObjectHeader *obj) in ContainObject() function
Drunslots_allocator-inl.h394 bool RunSlotsAllocator<AllocConfigT, LockConfigT>::ContainObject(const ObjectHeader *obj) in ContainObject() function
Dfreelist_allocator-inl.h771 bool FreeListAllocator<AllocConfigT, LockConfigT>::ContainObject(const ObjectHeader *obj) in ContainObject() function
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_verification_test.cpp36 HWTEST_F_L0(JSVerificationTest, ContainObject) in HWTEST_F_L0() argument
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-allocator.cpp156 bool ObjectAllocatorG1<MT_MODE>::ContainObject(const ObjectHeader *obj) const in ContainObject() function in ark::mem::ObjectAllocatorG1
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.cpp2752 bool BaseHeap::ContainObject(TaggedObject *object) const in ContainObject() function in panda::ecmascript::BaseHeap