Home
last modified time | relevance | path

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

/libcore/ojluni/src/lambda/java/java/lang/invoke/
DMethodHandles.java147 MethodHandle catchException(MethodHandle target, in catchException() method in MethodHandles
/libcore/luni/src/test/java/libcore/java/lang/invoke/
DMethodHandleCombinersTest.java183 MethodHandle adapter = MethodHandles.catchException(target, IllegalArgumentException.class, in testCatchException()
206 adapter = MethodHandles.catchException(target, IllegalArgumentException.class, handler); in testCatchException()
218 adapter = MethodHandles.catchException(target, IllegalArgumentException.class, handler); in testCatchException()
226 adapter = MethodHandles.catchException(target, IllegalArgumentException.class, in testCatchException()
1737 MethodHandles.catchException(thrower, NumberFormatException.class, handler); in testThrowCatchExceptionMultiThreaded()
/libcore/ojluni/annotations/hiddenapi/java/lang/invoke/
DMethodHandles.java350 public static java.lang.invoke.MethodHandle catchException( in catchException() method in MethodHandles
/libcore/ojluni/src/main/java/java/lang/invoke/
DMethodHandles.java3480 MethodHandle catchException(MethodHandle target, in catchException() method in MethodHandles