Searched defs:removals (Results 1 – 10 of 10) sorted by relevance
183 private final Multiset<Allocation> removals; field in AllocationStats.Delta190 Multiset<Allocation> removals) { in Delta()
68 Set<DexEncodedMethod> removals) { in removeMethods()
262 int removals = size - maximumSize; in trimToSize() local
256 int removals = size - MAX_SIZE; in makeRoom() local
339 final Set<V> removals = data.remove(key); in removeAll() local
341 final Set<V> removals = data.remove(key); in removeAll() local
579 unsigned long long removals = dl_phdr_removals_counter (); in validate_cache() local
411 public static String remove(String source, UnicodeSet removals) { in remove()
412 public static String remove(String source, UnicodeSet removals) { in remove()
895 UnicodeSet removals = new UnicodeSet(); // to avoid messing up iterator in closeUnicodeSet() local