Home
last modified time | relevance | path

Searched refs:catchException (Results 1 – 5 of 5) 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()
1764 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.java4148 MethodHandle catchException(MethodHandle target, in catchException() method in MethodHandles
/libcore/api/
Dcurrent.txt4684 …method public static java.lang.invoke.MethodHandle catchException(java.lang.invoke.MethodHandle, C…