Home
last modified time | relevance | path

Searched refs:PinObject (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/
Dheap_manager.h177 ALWAYS_INLINE void PinObject(ObjectHeader *object) in PinObject() function
179 GetObjectAllocator().AsObjectAllocator()->PinObject(object); in PinObject()
Dregion_allocator-inl.h220 void RegionAllocator<AllocConfigT, LockConfigT>::PinObject(ObjectHeader *object) in PinObject() function
224 region->PinObject(); in PinObject()
Dregion_space.h229 void PinObject() in PinObject() function
Dregion_allocator.h190 void PinObject(ObjectHeader *object);
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-allocator.cpp449 void ObjectAllocatorG1<MT_MODE>::PinObject(ObjectHeader *object) in PinObject() function in panda::mem::ObjectAllocatorG1
452 objectAllocator_->PinObject(object); in PinObject()
Dg1-allocator.h58 void PinObject(ObjectHeader *object) final;
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_gc.cpp318 vm->GetHeapManager()->PinObject(array->GetCoreType()); in StdGCAllocatePinnedPrimitiveTypeArray()
403 vm->GetHeapManager()->PinObject(obj->GetCoreType()); in StdGCPinObject()
/arkcompiler/runtime_core/static_core/runtime/include/mem/
Dallocator.h399 virtual void PinObject(ObjectHeader *object) = 0;
690 void PinObject([[maybe_unused]] ObjectHeader *object) final {} in PinObject() function
867 void PinObject([[maybe_unused]] ObjectHeader *object) final in PinObject() function
/arkcompiler/runtime_core/static_core/runtime/tests/
Dg1gc_test.cpp1626 g1Allocator->PinObject(handle1.GetPtr()); in TEST_F()
1671 g1Allocator->PinObject(handle.GetPtr()); in PinUnpinTest()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi_native_interface.cpp369 vm->GetHeapManager()->PinObject(coreArray); in PinRawDataOfPrimitiveArray()