Searched defs:hc (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/util/concurrent/
H A DConcurrentHashMap.java1577 CounterHashCode hc; CounterCell a; long v; int m;
1579 if ((hc = threadCounterHashCode.get()) == null ||
1581 (a = as[m & hc.code]) == null ||
1584 fullAddCount(x, hc, uncontended);
1765 int lc = 0, hc = 0;
1784 ++hc;
1788 (hc != 0) ? new TreeBin<K,V>(lo) : t;
1789 hn = (hc <= UNTREEIFY_THRESHOLD) ? untreeify(hi) :
3073 private final void fullAddCount(long x, CounterHashCode hc, argument
3076 if (hc
[all...]

Completed in 189 milliseconds