Searched refs:sNativeAllocations (Results 1 – 1 of 1) sorted by relevance
96 private static final LinkedList<NativeAllocationHolder> sNativeAllocations = new LinkedList<>(); field in DelegateManager201 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()