Home
last modified time | relevance | path

Searched defs:UnpinObject (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/
Dheap_manager.h182 ALWAYS_INLINE void UnpinObject(ObjectHeader *object) in UnpinObject() function
Dregion_space.h236 void UnpinObject() in UnpinObject() function
Dregion_allocator-inl.h228 void RegionAllocator<AllocConfigT, LockConfigT>::UnpinObject(ObjectHeader *object) in UnpinObject() function
/arkcompiler/runtime_core/static_core/runtime/include/mem/
Dallocator.h692 void UnpinObject([[maybe_unused]] ObjectHeader *object) final {} in UnpinObject() function
872 void UnpinObject([[maybe_unused]] ObjectHeader *object) final in UnpinObject() function
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-allocator.cpp457 void ObjectAllocatorG1<MT_MODE>::UnpinObject(ObjectHeader *object) in UnpinObject() function in panda::mem::ObjectAllocatorG1