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.java276 static AltResult encodeThrowable(Throwable x) { in encodeThrowable() method in CompletableFuture
284 encodeThrowable(x)); in completeThrowable()
294 static Object encodeThrowable(Throwable x, Object r) { in encodeThrowable() method in CompletableFuture
312 encodeThrowable(x, r)); in completeThrowable()
321 return (x == null) ? (t == null) ? NIL : t : encodeThrowable(x); in encodeOutcome()
1011 d.result = encodeThrowable(x, r); in uniComposeStage()
1028 d.result = encodeThrowable(ex); in uniComposeStage()