Searched refs:say_hi_method (Results 1 – 6 of 6) sorted by relevance
58 Method say_hi_method = Transform.class.getDeclaredMethod("sayHi"); in doTest() local64 setNativeTransform(say_hi_method, "NoReallySayGoodbye"); in doTest()68 setNativeTransform(say_hi_method, "Java_art_Test986_00024Transform_sayHi2"); in doTest()73 removeNativeTransform(say_hi_method); in doTest()
74 Method say_hi_method = t.getClass().getDeclaredMethod("sayHi"); in doTest() local75 say_hi_method.invoke(t); in doTest()77 say_hi_method.invoke(t); in doTest()
115 Method say_hi_method = transform_class.getMethod("sayHi"); in doTest() local119 say_hi_method.invoke(t); in doTest()121 say_hi_method.invoke(t); in doTest()
111 Method say_hi_method; in doTest() local115 say_hi_method = Transform.class.getDeclaredMethod( in doTest()125 if (has_jit && Main.isInterpretedFunction(say_hi_method, true)) { in doTest()
127 Method say_hi_method; in doTest() local131 say_hi_method = Transform.class.getDeclaredMethod( in doTest()142 if (has_jit && Main.isInterpretedFunction(say_hi_method, true)) { in doTest()
121 Method say_hi_method; in doTest() local126 say_hi_method = Transform.class.getDeclaredMethod( in doTest()139 (Main.isInterpretedFunction(say_hi_method, true) || in doTest()