Home
last modified time | relevance | path

Searched refs:Method (Results 176 – 200 of 405) sorted by relevance

12345678910>>...17

/art/test/044-proxy/src/
DClash3.java19 import java.lang.reflect.Method;
70 public Object invoke(Object proxy, Method method, Object[] args) in invoke()
DClash4.java19 import java.lang.reflect.Method;
72 public Object invoke(Object proxy, Method method, Object[] args) in invoke()
DNarrowingTest.java37 public Object invoke(Object proxy, Method method, in main()
50 Method[] methods = proxy.getClass().getDeclaredMethods(); in main()
DOOMEOnDispatch.java18 import java.lang.reflect.Method;
75 public Object invoke(Object proxy, Method method, Object[] args) throws Throwable { in invoke()
/art/test/542-unresolved-access-check/src/
DMain.java18 import java.lang.reflect.Method;
57 Method method = dex.getClass().getDeclaredMethod( in loadClass()
76 Method m = foo.getDeclaredMethod("main"); in main()
/art/test/980-redefine-object/src/
DMain.java17 import java.lang.reflect.Method;
31 private static Method doEnableReporting;
32 private static Method doDisableReporting;
/art/runtime/native/
Djava_lang_reflect_Method.cc90 FAST_NATIVE_METHOD(Method, getDefaultValue, "()Ljava/lang/Object;"),
91 FAST_NATIVE_METHOD(Method, getExceptionTypes, "()[Ljava/lang/Class;"),
92 FAST_NATIVE_METHOD(Method, invoke, "(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;"),
/art/test/130-hprof/src/
DMain.java20 import java.lang.reflect.Method;
120 Method enableMethod = klass.getDeclaredMethod("enableRecentAllocations", in testAllocationTrackingAndClassUnloading()
192 java.lang.reflect.Method dumpHprofDataMethod = getDumpHprofDataMethod(); in createDump()
213 private static Method getDumpHprofDataMethod() { in getDumpHprofDataMethod()
222 Method meth; in getDumpHprofDataMethod()
/art/test/098-ddmc/src/
DMain.java18 import java.lang.reflect.Method;
97 public Object invoke(Object proxy, Method method, Object[] args) { in createProxy()
180 private static final Method enableRecentAllocationsMethod;
181 private static final Method getRecentAllocationStatusMethod;
182 private static final Method getRecentAllocationsMethod;
/art/test/530-checker-lse3/src/
DMain.java17 import java.lang.reflect.Method;
27 Method m = c.getMethod("test", int.class); in main()
/art/test/1916-get-set-current-frame/src/art/
DTest1916.java21 import java.lang.reflect.Method;
67 Method target = IntRunner.class.getDeclaredMethod("run"); in runGet()
97 Method target = IntRunner.class.getDeclaredMethod("run"); in runSet()
139 private static StackTrace.StackFrameData FindStackFrame(Thread thr, Method target) { in FindStackFrame()
/art/test/088-monitor-verification/src/
DMain.java18 import java.lang.reflect.Method;
243 Method[] methods = c.getDeclaredMethods(); in runTest()
247 Method method = null; in runTest()
248 for (Method m : methods) { in runTest()
/art/test/972-iface-super-multidex/src/
DMain.java29 Method m = c.getMethod("runReal"); in main()
36 Method m = c.getMethod("runConflict"); in main()
/art/test/138-duplicate-classes-check2/src/
DMain.java19 import java.lang.reflect.Method;
57 Method run_test = klass.getMethod("test"); in run()
/art/test/997-single-step/src/art/
DTest997.java21 import java.lang.reflect.Method;
26 static Method DO_MULTIPATH_METHOD;
/art/test/099-vmdebug/src/
DMain.java19 import java.lang.reflect.Method;
307 private static final Method startMethodTracingMethod;
308 private static final Method stopMethodTracingMethod;
309 private static final Method getMethodTracingModeMethod;
310 private static final Method getRuntimeStatMethod;
311 private static final Method getRuntimeStatsMethod;
312 private static final Method countInstancesOfClassMethod;
313 private static final Method countInstancesOfClassesMethod;
314 private static final Method getInstancesOfClassesMethod;
/art/test/1915-get-set-local-current-thread/src/art/
DTest1915.java21 import java.lang.reflect.Method;
52 final Method target = Test1915.class.getDeclaredMethod("IntMethod", ThrowRunnable.class); in run()
96 private static StackTrace.StackFrameData FindStackFrame(Method target) { in FindStackFrame()
/art/test/145-alloc-tracking-stress/src-art/
DMain.java18 import java.lang.reflect.Method;
27 static Method enableAllocTrackingMethod;
/art/test/612-jit-dex-cache/src-art/
DMain.java17 import java.lang.reflect.Method;
53 Method m = cls.getDeclaredMethod("letMeInlineYou", A.class); in main()
/art/test/613-inlining-dex-cache/src-art/
DMain.java17 import java.lang.reflect.Method;
49 Method m = cls.getDeclaredMethod("letMeInlineYou"); in main()
/art/test/126-miranda-multidex/src/
DMain.java17 import java.lang.reflect.Method;
48 Method mirandaMethod = mirandaClass.getDeclaredMethod("inInterface"); in main()
/art/test/994-breakpoint-line/src/art/
DTest994.java21 import java.lang.reflect.Method;
52 Method multipath_method = Test994.class.getDeclaredMethod("doMultiPath", Boolean.TYPE); in run()
/art/test/040-miranda/src/
DMain.java17 import java.lang.reflect.Method;
46 Method mirandaMethod = mirandaClass.getDeclaredMethod("inInterface"); in main()
/art/test/1953-pop-frame/
Dexpected.txt19 Test stopped during Method Exit of doNothing
22 Test stopped during Method Enter of doNothing
25 Test stopped during Method Exit of calledFunction
28 Test stopped during Method Enter of calledFunction
31 Test stopped during Method Exit due to exception thrown in same function
34 Test stopped during Method Exit due to exception thrown in subroutine
70 art.Test1953.popFrame(Native Method)
79 art.Test1953.popFrame(Native Method)
/art/test/1968-force-early-return/src/art/
DTest1968.java28 import java.lang.reflect.Method;
696 final Method calledFunction = StandardTestObject.class.getDeclaredMethod("calledFunction");
706 final Method syncFunctionCalledFunction =
720 final Method syncCalledFunction =
765 final Method exceptionOnceCalledMethod =
779 final Method exceptionThrowCalledMethod =
788 final Method exceptionCatchThrowMethod =
804 final Method exceptionCatchCalledMethod =
828 final Method exceptionThrowFarCalledMethod =
870 final Method nativeCallerMethod = NativeCallerObject.class.getDeclaredMethod("calledFunction");
[all …]

12345678910>>...17