Searched refs:PinObject (Results 1 – 10 of 10) sorted by relevance
177 ALWAYS_INLINE void PinObject(ObjectHeader *object) in PinObject() function179 GetObjectAllocator().AsObjectAllocator()->PinObject(object); in PinObject()
220 void RegionAllocator<AllocConfigT, LockConfigT>::PinObject(ObjectHeader *object) in PinObject() function224 region->PinObject(); in PinObject()
229 void PinObject() in PinObject() function
190 void PinObject(ObjectHeader *object);
449 void ObjectAllocatorG1<MT_MODE>::PinObject(ObjectHeader *object) in PinObject() function in panda::mem::ObjectAllocatorG1452 objectAllocator_->PinObject(object); in PinObject()
58 void PinObject(ObjectHeader *object) final;
318 vm->GetHeapManager()->PinObject(array->GetCoreType()); in StdGCAllocatePinnedPrimitiveTypeArray()403 vm->GetHeapManager()->PinObject(obj->GetCoreType()); in StdGCPinObject()
399 virtual void PinObject(ObjectHeader *object) = 0;690 void PinObject([[maybe_unused]] ObjectHeader *object) final {} in PinObject() function867 void PinObject([[maybe_unused]] ObjectHeader *object) final in PinObject() function
1626 g1Allocator->PinObject(handle1.GetPtr()); in TEST_F()1671 g1Allocator->PinObject(handle.GetPtr()); in PinUnpinTest()
369 vm->GetHeapManager()->PinObject(coreArray); in PinRawDataOfPrimitiveArray()