Home
last modified time | relevance | path

Searched refs:Method (Results 76 – 100 of 405) sorted by relevance

12345678910>>...17

/art/test/564-checker-irreducible-loop/src/
DMain.java17 import java.lang.reflect.Method;
25 Method m = c.getMethod("simpleLoop", int.class); in main()
/art/test/596-checker-dead-phi/src/
DMain.java17 import java.lang.reflect.Method;
28 Method m = c.getMethod("liveness", int.class); in main()
/art/test/599-checker-irreducible-loop/src/
DMain.java17 import java.lang.reflect.Method;
25 Method m = c.getMethod("test", int.class); in main()
/art/test/1339-dead-reference-safe/src/
DMain.java17 import java.lang.reflect.Method;
25 Method m = cls.getDeclaredMethod(methodName); in ensureCompiled()
62 public static native void ensureMethodJitCompiled(Method meth); in ensureMethodJitCompiled()
/art/test/498-type-propagation/src/
DMain.java17 import java.lang.reflect.Method;
24 Method m = c.getMethod("method", int[].class); in main()
/art/test/431-type-propagation/src/
DMain.java17 import java.lang.reflect.Method;
23 Method m = c.getMethod("method", int[].class); in main()
/art/test/475-regression-inliner-ids/src/
DMain.java17 import java.lang.reflect.Method;
26 Method m = c.getMethod("testCase", int.class); in main()
/art/test/504-regression-baseline-entry/src/
DMain.java17 import java.lang.reflect.Method;
27 Method m = c.getMethod("SingleGotoStart"); in main()
/art/test/1976-hello-structural-static-methods/
Dexpected.txt29 Running reflective after redef using old j.l.r.Method
30 Reflectively invoking public static void art.Transform1976.sayEverything() on old j.l.r.Method
33 Reflectively invoking public static void art.Transform1976.sayHi() on old j.l.r.Method
35 Running reflective after redef using new j.l.r.Method
36 Reflectively invoking public static void art.Transform1976.sayBye() on new j.l.r.Method
38 Reflectively invoking public static void art.Transform1976.sayEverything() on new j.l.r.Method
41 Reflectively invoking public static void art.Transform1976.sayHi() on new j.l.r.Method
/art/test/575-checker-string-init-alias/src/
DMain.java18 import java.lang.reflect.Method;
42 Method m = c.getMethod("testNoAlias", int[].class, String.class); in main()
59 Method m = c.getMethod("testAlias", int[].class, String.class); in main()
/art/test/553-invoke-super/src/
DMain.java17 import java.lang.reflect.Method;
28 Method m = c.getMethod("run"); in main()
/art/test/723-string-init-range/src/
DMain.java17 import java.lang.reflect.Method;
24 Method m = c.getMethod("initRange", String.class); in main()
/art/test/1954-pop-frame-jit/src/art/
DTest1953.java21 import java.lang.reflect.Method;
46 public Method getCalledMethod() throws Exception; in getCalledMethod()
47 public default Method getCallingMethod() throws Exception { in getCallingMethod()
153 public Method getCalledMethod() throws Exception {
334 public Method getCalledMethod() throws Exception {
556 public Method getCallingMethod() throws Exception {
560 public Method getCalledMethod() throws Exception {
638 public Method getCalledMethod() throws Exception {
672 public Method getCalledMethod() throws Exception {
720 final Method calledFunction = StandardTestObject.class.getDeclaredMethod("calledFunction");
[all …]
/art/test/1953-pop-frame/src/art/
DTest1953.java21 import java.lang.reflect.Method;
46 public Method getCalledMethod() throws Exception; in getCalledMethod()
47 public default Method getCallingMethod() throws Exception { in getCallingMethod()
153 public Method getCalledMethod() throws Exception {
334 public Method getCalledMethod() throws Exception {
556 public Method getCallingMethod() throws Exception {
560 public Method getCalledMethod() throws Exception {
638 public Method getCalledMethod() throws Exception {
672 public Method getCalledMethod() throws Exception {
720 final Method calledFunction = StandardTestObject.class.getDeclaredMethod("calledFunction");
[all …]
/art/test/1955-pop-frame-jit-called/src/art/
DTest1953.java21 import java.lang.reflect.Method;
46 public Method getCalledMethod() throws Exception; in getCalledMethod()
47 public default Method getCallingMethod() throws Exception { in getCallingMethod()
153 public Method getCalledMethod() throws Exception {
334 public Method getCalledMethod() throws Exception {
556 public Method getCallingMethod() throws Exception {
560 public Method getCalledMethod() throws Exception {
638 public Method getCalledMethod() throws Exception {
672 public Method getCalledMethod() throws Exception {
720 final Method calledFunction = StandardTestObject.class.getDeclaredMethod("calledFunction");
[all …]
/art/test/1956-pop-frame-jit-calling/src/art/
DTest1953.java21 import java.lang.reflect.Method;
46 public Method getCalledMethod() throws Exception; in getCalledMethod()
47 public default Method getCallingMethod() throws Exception { in getCallingMethod()
153 public Method getCalledMethod() throws Exception {
334 public Method getCalledMethod() throws Exception {
556 public Method getCallingMethod() throws Exception {
560 public Method getCalledMethod() throws Exception {
638 public Method getCalledMethod() throws Exception {
672 public Method getCalledMethod() throws Exception {
720 final Method calledFunction = StandardTestObject.class.getDeclaredMethod("calledFunction");
[all …]
/art/test/551-invoke-super/src/
DMain.java18 import java.lang.reflect.Method;
27 Method m = c.getMethod("run"); in main()
/art/test/467-regalloc-pair/src/
DMain.java17 import java.lang.reflect.Method;
30 Method m = c.getMethod("testCase", byte[].class, Main.class); in main()
/art/test/626-const-class-linking/src/
DRacyMisbehavingHelper.java17 import java.lang.reflect.Method;
26 Method reportAfterLoading = loader.getClass().getDeclaredMethod("reportAfterLoading"); in get()
/art/test/552-invoke-non-existent-super/src/
DMain.java18 import java.lang.reflect.Method;
27 Method m = c.getMethod("run"); in main()
/art/test/556-invoke-super/src/
DMain.java17 import java.lang.reflect.Method;
32 Method m = c.getMethod("run"); in main()
/art/test/501-null-constant-dce/src/
DMain.java17 import java.lang.reflect.Method;
24 Method m = c.getMethod("method", int[].class); in main()
/art/test/668-aiobe/src/
DMain.java18 import java.lang.reflect.Method;
25 Method m = c.getMethod("run", double[].class, int.class); in main()
/art/test/647-sinking-catch/src/
DMain.java18 import java.lang.reflect.Method;
24 Method m = c.getMethod(method); in testMethod()
/art/test/434-invoke-direct/src/
DMain.java18 import java.lang.reflect.Method;
29 Method m = c.getMethod("run"); in $opt$InvokeDirect()

12345678910>>...17