Searched refs:NativeAllocationRegistry_Delegate (Results 1 – 6 of 6) sorted by relevance
34 public class NativeAllocationRegistry_Delegate { class37 private static final DelegateManager<NativeAllocationRegistry_Delegate> sManager =38 new DelegateManager<>(NativeAllocationRegistry_Delegate.class);42 private NativeAllocationRegistry_Delegate(FreeFunction finalizer) { in NativeAllocationRegistry_Delegate() method in NativeAllocationRegistry_Delegate50 return sManager.addNewDelegate(new NativeAllocationRegistry_Delegate(finalizer)); in createFinalizer()59 NativeAllocationRegistry_Delegate delegate = sManager.getDelegate(freeFunction); in applyFreeFunction()
22 import libcore.util.NativeAllocationRegistry_Delegate;40 … sFinalizer = NativeAllocationRegistry_Delegate.createFinalizer(sManager::removeJavaReferenceFor); in nativeGetNativeTransactionFinalizer()
27 import libcore.util.NativeAllocationRegistry_Delegate;45 … sFinalizer = NativeAllocationRegistry_Delegate.createFinalizer(sManager::removeJavaReferenceFor); in nativeGetDisplayEventReceiverFinalizer()
22 import libcore.util.NativeAllocationRegistry_Delegate;48 sFinalizer = NativeAllocationRegistry_Delegate.createFinalizer( in getNativeFinalizer()
24 import libcore.util.NativeAllocationRegistry_Delegate;64 sFinalizer = NativeAllocationRegistry_Delegate.createFinalizer( in nativeGetThemeFreeFunction()
73 NATIVE_METHOD(NativeAllocationRegistry_Delegate, nativeApplyFreeFunction, "(JJ)V"),