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.h184 ALWAYS_INLINE void UnpinObject(ObjectHeader *object) in UnpinObject() function
Dregion_space.h250 void UnpinObject() in UnpinObject() function
Dregion_allocator-inl.h258 void RegionAllocator<AllocConfigT, LockConfigT>::UnpinObject(ObjectHeader *object) in UnpinObject() function
/arkcompiler/runtime_core/static_core/runtime/include/mem/
Dallocator.h691 void UnpinObject([[maybe_unused]] ObjectHeader *object) final {} in UnpinObject() function
865 void UnpinObject([[maybe_unused]] ObjectHeader *object) final in UnpinObject() function
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-allocator.cpp463 void ObjectAllocatorG1<MT_MODE>::UnpinObject(ObjectHeader *object) in UnpinObject() function in ark::mem::ObjectAllocatorG1