Searched refs:referent (Results 1 – 3 of 3) sorted by relevance
64 Object referent, in registerNativeAllocation() argument69 sManager.markAsNativeAllocation(referent, nativePtr); in registerNativeAllocation()70 if (referent == null) { in registerNativeAllocation()81 Cleaner cleaner = Cleaner.create(referent, thunk); in registerNativeAllocation()
222 public void markAsNativeAllocation(Object referent, long native_object) { in markAsNativeAllocation() argument239 holder = new NativeAllocationHolder(referent, delegate); in markAsNativeAllocation()268 private NativeAllocationHolder(Object referent, Object referred) { in NativeAllocationHolder() argument269 mReferent = new WeakReference<>(referent); in NativeAllocationHolder()
57 WeakReferenceWithId(E referent, ReferenceQueue<? super E> q, int id) { in WeakReferenceWithId() argument58 super(referent, q); in WeakReferenceWithId()