Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DDelegateManager.java96 private static final LinkedList<NativeAllocationHolder> sNativeAllocations = new LinkedList<>();
104 private static final WeakHashMap<Object, WeakReference<NativeAllocationHolder>>
202 … WeakReference<NativeAllocationHolder> holderRef = sNativeAllocationsReferences.get(delegate); in removeJavaReferenceFor()
203 NativeAllocationHolder holder = holderRef.get(); in removeJavaReferenceFor()
223 NativeAllocationHolder holder; in markAsNativeAllocation()
239 holder = new NativeAllocationHolder(referent, delegate); in markAsNativeAllocation()
263 private static class NativeAllocationHolder { class in DelegateManager
268 private NativeAllocationHolder(Object referent, Object referred) { in NativeAllocationHolder() method in DelegateManager.NativeAllocationHolder