Searched refs:exceptionThrowingMethod (Results 1 – 5 of 5) sorted by relevance
61 exceptionThrowingMethod().invokeExact(new A()); in $noinline$testNoArgsCalls()320 public abstract MethodHandle exceptionThrowingMethod(); in exceptionThrowingMethod() method in AbstractInvokeExactTest
132 public MethodHandle exceptionThrowingMethod() { in exceptionThrowingMethod() method in ConstMethodHandleTest
236 public MethodHandle exceptionThrowingMethod() { in exceptionThrowingMethod() method in JavaApiTest
121 public void exceptionThrowingMethod(Object arg) throws Exception { in exceptionThrowingMethod() method in SubscriberTest