Home
last modified time | relevance | path

Searched refs:Method (Results 126 – 150 of 405) sorted by relevance

12345678910>>...17

/art/test/1966-get-set-local-objects-no-table/src/art/
DTest1966.java21 import java.lang.reflect.Method;
92 public void invoke(Thread thread, Method target, int slot, int depth) throws Exception; in invoke()
104 public void invoke(Thread t, Method method, int slot, int depth) { in NamedSet()
121 public void invoke(Thread t, Method method, int slot, int depth) {
136 public final Method target;
138 public TestCase(Method target) {
203 public static Method getMethod(String name) throws Exception {
/art/test/1967-get-set-local-bad-slot/src/art/
DTest1967.java19 import java.lang.reflect.Method;
58 Thread thread, Method target, Locals.VariableDescription TARGET_desc, int depth) in invoke()
76 public void invoke(Thread t, Method method, Locals.VariableDescription desc, int depth) { in BadSet()
96 public void invoke(Thread t, Method method, Locals.VariableDescription desc, int depth) {
113 public final Method target;
115 public TestCase(Method target) {
194 public static Method getMethod(String name) throws Exception {
/art/test/1965-get-set-local-primitive-no-tables/src/art/
DTest1965.java21 import java.lang.reflect.Method;
47 public void invoke(Thread thread, Method target, int slot, int depth) throws Exception; in invoke()
59 public void invoke(Thread t, Method method, int slot, int depth) { in NamedSet()
76 public void invoke(Thread t, Method method, int slot, int depth) {
91 public final Method target;
93 public TestCase(Method target) {
169 public static Method getMethod(String name) throws Exception {
/art/test/947-reflect-method/src/art/
DTest947.java20 import java.lang.reflect.Method;
74 Method say_hi_method = t.getClass().getDeclaredMethod("sayHi"); in doTest()
/art/test/530-checker-regression-reftyp-final/src/
DMain.java17 import java.lang.reflect.Method;
56 Method m = c.getMethod("testInliner"); in invokeTestInliner()
/art/test/724-invoke-super-npe/src/
DMain.java18 import java.lang.reflect.Method;
28 Method m = cls.getDeclaredMethod(methodName, cls); in test()
/art/test/503-dead-instructions/src/
DMain.java17 import java.lang.reflect.Method;
24 Method m = c.getMethod("method1"); in main()
/art/test/138-duplicate-classes-check/src-art/
DMain.java19 import java.lang.reflect.Method;
41 Method test = testEx.getDeclaredMethod("test"); in run()
/art/test/686-get-this/src/
DMain.java17 import java.lang.reflect.Method;
27 Method m = c.getMethod("testEmpty"); in main()
/art/test/134-reg-promotion/src/
DMain.java17 import java.lang.reflect.Method;
35 Method m = c.getMethod("run"); in main()
/art/test/574-irreducible-and-constant-area/src/
DMain.java17 import java.lang.reflect.Method;
25 Method m = c.getMethod("simpleLoop", int.class); in main()
/art/test/1962-multi-thread-events/src/art/
DTest1962.java19 import java.lang.reflect.Method;
62 Method target = Test1962.class.getDeclaredMethod("doNothing"); in doTest()
82 public static native void setupThread(Thread t, List<String> events, Method target); in setupThread()
/art/test/916-obsolete-jit/src/
DMain.java21 import java.lang.reflect.Method;
127 Method say_hi_method; in doTest()
170 private static native boolean isInterpretedFunction(Method m, boolean require_deoptimizable); in isInterpretedFunction()
/art/test/593-checker-boolean-2-integral-conv/src/
DMain.java17 import java.lang.reflect.Method;
177 Method m = c.getMethod(name, boolean.class); in $noinline$runSmaliTest()
187 Method m = c.getMethod(name); in $noinline$runSmaliTest()
/art/test/636-wrong-static-access/src/
DMain.java18 import java.lang.reflect.Method;
34 Method doTest = foo.getDeclaredMethod("doTest"); in main()
/art/test/044-proxy/src/
DClash2.java19 import java.lang.reflect.Method;
55 public Object invoke(Object proxy, Method method, Object[] args) in invoke()
/art/test/172-app-image-twice/src/
DMain.java17 import java.lang.reflect.Method;
29 Method addDexPathMethod = bdcl.getDeclaredMethod("addDexPath", String.class); in main()
/art/test/593-checker-shift-and-simplifier/src/
DMain.java17 import java.lang.reflect.Method;
60 Method m = c.getMethod(name); in $noinline$runSmaliTest()
/art/test/457-regs/src/
DMain.java17 import java.lang.reflect.Method;
28 Method m = c.getMethod("mergeOk", boolean.class, byte.class); in main()
/art/test/624-checker-stringops/src/
DMain.java16 import java.lang.reflect.Method;
128 Method m = c.getMethod("bufferLen2"); in bufferLen2Smali()
158 Method m = c.getMethod("builderLen2"); in builderLen2Smali()
195 Method m = c.getMethod("bufferLoopAppender"); in bufferLoopAppenderSmali()
232 Method m = c.getMethod("bufferLoopAppender"); in builderLoopAppenderSmali()
/art/test/2230-profile-save-hotness/src-art/
DMain.java20 import java.lang.reflect.Method;
47 Method appMethod = Main.class.getDeclaredMethod(methodName); in main()
68 public static native boolean presentInProfile(String profile, Method method); in presentInProfile()
/art/test/633-checker-rtp-getclass/src/
DMain.java17 import java.lang.reflect.Method;
39 Method m = c.getMethod(name, Main.class); in $noinline$runSmaliTest()
/art/test/435-new-instance/src/
DMain.java18 import java.lang.reflect.Method;
36 Method m = c.getMethod(method); in $opt$NewInstance()
/art/test/518-null-array-get/src/
DMain.java18 import java.lang.reflect.Method;
40 Method m = c.getMethod("method"); in checkLoad()
/art/test/048-reflect-v8/src/
DIsDefaultTest.java17 import java.lang.reflect.Method;
38 Method m; in printIsDefault()

12345678910>>...17