Searched refs:hashCodeHex (Results 1 – 1 of 1) sorted by relevance
431 if (isRecycled()) return "<recycled PooledLambda@" + hashCodeHex(this) + ">"; in toString()441 sb.append(getFuncTypeAsString()).append("@").append(hashCodeHex(func)); in toString()456 private static String hashCodeHex(Object o) { in hashCodeHex() method in PooledLambdaImpl481 "acquire(this = @" + hashCodeHex(r) in acquire()