Searched refs:encodeThrowable (Results 1 – 1 of 1) sorted by relevance
288 static AltResult encodeThrowable(Throwable x) { in encodeThrowable() method in CompletableFuture295 return RESULT.compareAndSet(this, null, encodeThrowable(x)); in completeThrowable()305 static Object encodeThrowable(Throwable x, Object r) { in encodeThrowable() method in CompletableFuture322 return RESULT.compareAndSet(this, null, encodeThrowable(x, r)); in completeThrowable()331 return (x == null) ? (t == null) ? NIL : t : encodeThrowable(x); in encodeOutcome()646 d.result = encodeThrowable(x, r); in uniApplyNow()659 d.result = encodeThrowable(ex); in uniApplyNow()719 d.result = encodeThrowable(x, r); in uniAcceptNow()733 d.result = encodeThrowable(ex); in uniAcceptNow()785 d.result = encodeThrowable(x, r); in uniRunNow()[all …]