Searched refs:referent (Results 1 – 3 of 3) sorted by relevance
60 Object referent, in registerNativeAllocation() argument65 sManager.markAsNativeAllocation(referent, nativePtr); in registerNativeAllocation()66 return registry.registerNativeAllocation_Original(referent, nativePtr); in registerNativeAllocation()
221 public void markAsNativeAllocation(Object referent, long native_object) { in markAsNativeAllocation() argument238 holder = new NativeAllocationHolder(referent, delegate); in markAsNativeAllocation()267 private NativeAllocationHolder(Object referent, Object referred) { in NativeAllocationHolder() argument268 mReferent = new WeakReference<>(referent); in NativeAllocationHolder()
57 WeakReferenceWithId(E referent, ReferenceQueue<? super E> q, int id) { in WeakReferenceWithId() argument58 super(referent, q); in WeakReferenceWithId()