Home
last modified time | relevance | path

Searched refs:sNativeAllocations (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<>(); field in DelegateManager
201 synchronized (sNativeAllocations) { in removeJavaReferenceFor()
247 synchronized (sNativeAllocations) { in markAsNativeAllocation()
248 sNativeAllocations.add(holder); in markAsNativeAllocation()
254 boolean collected = sNativeAllocations.removeIf(e -> e.mReferent.get() == null); in markAsNativeAllocation()