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

/art/test/989-method-trace-throw/src/art/
H A DTest989.java25 static Set<Method> testMethods = new HashSet<>(); field in class:Test989
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
[all...]

Completed in 26 milliseconds