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