Home
last modified time | relevance | path

Searched refs:encodeThrowable (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/
DCompletableFuture.java274 static AltResult encodeThrowable(Throwable x) { in encodeThrowable() method in CompletableFuture
282 encodeThrowable(x)); in completeThrowable()
292 static Object encodeThrowable(Throwable x, Object r) { in encodeThrowable() method in CompletableFuture
310 encodeThrowable(x, r)); in completeThrowable()
319 return (x == null) ? (t == null) ? NIL : t : encodeThrowable(x); in encodeOutcome()
1009 d.result = encodeThrowable(x, r); in uniComposeStage()
1026 d.result = encodeThrowable(ex); in uniComposeStage()