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