Lines Matching refs:Throwable
76 public static void fail() throws Throwable{ in fail()
102 throws Throwable { in setByte()
118 static void setByte(MethodHandle m, byte value, boolean expectFailure) throws Throwable { in setByte()
123 throws Throwable { in getByte()
140 static void getByte(MethodHandle m, byte value, boolean expectFailure) throws Throwable { in getByte()
145 throws Throwable { in setChar()
161 static void setChar(MethodHandle m, char value, boolean expectFailure) throws Throwable { in setChar()
166 throws Throwable { in getChar()
183 static void getChar(MethodHandle m, char value, boolean expectFailure) throws Throwable { in getChar()
188 throws Throwable { in setShort()
204 static void setShort(MethodHandle m, short value, boolean expectFailure) throws Throwable { in setShort()
209 throws Throwable { in getShort()
221 static void getShort(MethodHandle m, short value, boolean expectFailure) throws Throwable { in getShort()
226 throws Throwable { in setInt()
242 static void setInt(MethodHandle m, int value, boolean expectFailure) throws Throwable { in setInt()
247 throws Throwable { in getInt()
259 static void getInt(MethodHandle m, int value, boolean expectFailure) throws Throwable { in getInt()
264 throws Throwable { in setLong()
280 static void setLong(MethodHandle m, long value, boolean expectFailure) throws Throwable { in setLong()
285 throws Throwable { in getLong()
297 static void getLong(MethodHandle m, long value, boolean expectFailure) throws Throwable { in getLong()
302 throws Throwable { in setFloat()
318 static void setFloat(MethodHandle m, float value, boolean expectFailure) throws Throwable { in setFloat()
323 throws Throwable { in getFloat()
335 static void getFloat(MethodHandle m, float value, boolean expectFailure) throws Throwable { in getFloat()
340 throws Throwable { in setDouble()
357 throws Throwable { in setDouble()
362 throws Throwable { in getDouble()
375 throws Throwable { in getDouble()
380 throws Throwable { in setString()
397 throws Throwable { in setString()
402 throws Throwable { in getString()
415 throws Throwable { in getString()
420 throws Throwable { in setBoolean()
437 throws Throwable { in setBoolean()
442 throws Throwable { in getBoolean()
456 throws Throwable { in getBoolean()
470 AccessorType accessor) throws Throwable { in tryAccessor()
563 public static void main() throws Throwable { in main()
706 public static void main() throws Throwable { in main()
753 private static void testStaticGetter() throws Throwable { in testStaticGetter()
775 private static void testMemberGetter() throws Throwable { in testMemberGetter()
808 private static void testMemberSetter() throws Throwable { in testMemberSetter()
870 private static void testStaticSetter() throws Throwable { in testStaticSetter()
934 public static void main() throws Throwable{ in main()
944 public static void main() throws Throwable { in main()
1039 public static void main(String[] args) throws Throwable { in main()