Searched refs:addCount (Results 1 – 2 of 2) sorted by relevance
437 private void addCount(long c) { in addCount() method in ConcurrentSkipListMap683 addCount(1L); in doPut()789 addCount(-1L); in doRemove()873 addCount(-1L); in doRemoveFirstEntry()991 addCount(-1L); in doRemoveLastEntry()1188 addCount(count); in buildFromSorted()1275 addCount(count); in readObject()1434 addCount(count); in clear()
1075 addCount(1L, binCount); in putVal()1173 addCount(-1L, -1); in replaceNode()1215 addCount(delta, -1); in clear()1781 addCount(1L, binCount); in computeIfAbsent()1876 addCount((long)delta, binCount); in computeIfPresent()2007 addCount((long)delta, binCount); in compute()2117 addCount((long)delta, binCount); in merge()2329 private final void addCount(long x, int check) { in addCount() method in ConcurrentHashMap