Searched refs:encodeThrowable (Results 1 – 1 of 1) sorted by relevance
289 static AltResult encodeThrowable(Throwable x) { in encodeThrowable() method in CompletableFuture296 return RESULT.compareAndSet(this, null, encodeThrowable(x)); in completeThrowable()306 static Object encodeThrowable(Throwable x, Object r) { in encodeThrowable() method in CompletableFuture323 return RESULT.compareAndSet(this, null, encodeThrowable(x, r)); in completeThrowable()332 return (x == null) ? (t == null) ? NIL : t : encodeThrowable(x); in encodeOutcome()650 d.result = encodeThrowable(x, r); in uniApplyNow()663 d.result = encodeThrowable(ex); in uniApplyNow()723 d.result = encodeThrowable(x, r); in uniAcceptNow()737 d.result = encodeThrowable(ex); in uniAcceptNow()789 d.result = encodeThrowable(x, r); in uniRunNow()[all …]