Searched refs:Test989 (Results 1 - 2 of 2) sorted by relevance

/art/test/989-method-trace-throw/src/
H A DMain.java19 art.Test989.run();
/art/test/989-method-trace-throw/src/art/
H A DTest989.java23 public class Test989 { class
36 testMethods.add(Test989.class.getDeclaredMethod("doNothing"));
37 testMethods.add(Test989.class.getDeclaredMethod("doNothingNative"));
38 testMethods.add(Test989.class.getDeclaredMethod("throwA"));
39 testMethods.add(Test989.class.getDeclaredMethod("throwANative"));
40 testMethods.add(Test989.class.getDeclaredMethod("returnFloat"));
41 testMethods.add(Test989.class.getDeclaredMethod("returnFloatNative"));
42 testMethods.add(Test989.class.getDeclaredMethod("returnDouble"));
43 testMethods.add(Test989.class.getDeclaredMethod("returnDoubleNative"));
44 testMethods.add(Test989
[all...]

Completed in 55 milliseconds