Searched refs:Test989 (Results 1 – 4 of 4) sorted by relevance
1 Normal: Entering public static void art.Test989.doNothing()2 Normal: Leaving public static void art.Test989.doNothing() returned null3 Received no exception as expected for test[class art.Test989$NormalTracer, class art.Test989$doNoth…4 Normal: Entering public static native void art.Test989.doNothingNative()5 Normal: Leaving public static native void art.Test989.doNothingNative() returned null6 Received no exception as expected for test[class art.Test989$NormalTracer, class art.Test989$doNoth…7 Normal: Entering public static void art.Test989.throwA()8 Normal: Leaving public static void art.Test989.throwA() returned <exception>9 Received expected error for test[class art.Test989$NormalTracer, class art.Test989$throwAClass] - a…10 Normal: Entering public static native void art.Test989.throwANative()[all …]
23 public class Test989 { class36 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.class.getDeclaredMethod("returnValue"));[all …]
19 art.Test989.run(); in main()
684 "989-method-trace-throw/src/art/Test989.java",