Home
last modified time | relevance | path

Searched refs:Method (Results 201 – 225 of 405) sorted by relevance

12345678910>>...17

/art/test/497-inlining-and-class-loader/src/
DMain.java18 import java.lang.reflect.Method;
65 Method method = dex.getClass().getDeclaredMethod( in loadClass()
96 Method m = foo.getDeclaredMethod("bar"); in main()
/art/test/164-resolution-trampoline-dex-cache/src/
DMain.java18 import java.lang.reflect.Method;
35 Method m = tc.getDeclaredMethod("test", Class.class); in main()
/art/test/616-cha-proxy-method-inline/src/
DMain.java17 import java.lang.reflect.Method;
35 public Object invoke(Object proxy, Method m, Object[] args) throws Throwable { in invoke()
/art/test/676-proxy-jit-at-first-use/
Dexpected.txt1 Method: public abstract void Interface.foo()
/art/test/1935-get-set-current-frame-jit/src/
DMain.java22 import java.lang.reflect.Method;
98 Method target = IntRunner.class.getDeclaredMethod("run"); in runGet()
130 Method target = IntRunner.class.getDeclaredMethod("run"); in runSet()
174 private static StackTrace.StackFrameData FindStackFrame(Thread thr, Method target) { in FindStackFrame()
/art/test/1954-pop-frame-jit/
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
78 art.Test1953.popFrame(Native Method)
88 art.Test1953.popFrame(Native Method)
104 art.Test1953.popFrame(Native Method)
113 art.Test1953.popFrame(Native Method)
/art/test/1955-pop-frame-jit-called/
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
78 art.Test1953.popFrame(Native Method)
88 art.Test1953.popFrame(Native Method)
104 art.Test1953.popFrame(Native Method)
113 art.Test1953.popFrame(Native Method)
/art/test/1956-pop-frame-jit-calling/
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
78 art.Test1953.popFrame(Native Method)
88 art.Test1953.popFrame(Native Method)
104 art.Test1953.popFrame(Native Method)
113 art.Test1953.popFrame(Native Method)
/art/test/716-jli-jit-samples/src-art/
DMain.java22 import java.lang.reflect.Method;
93 Method invokeMethod = MethodHandle.class.getMethod(methodName, Object[].class); in testMethodHandleCounters()
123 Method setMethod = VarHandle.class.getMethod(accessorName, Object[].class); in testVarHandleCounters()
/art/test/115-native-bridge/src/
DNativeBridgeMain.java17 import java.lang.reflect.Method;
74 private static native Method testGetMirandaMethodNative(); in testGetMirandaMethodNative()
77 Method m = testGetMirandaMethodNative(); in testGetMirandaMethod()
/art/test/485-checker-dce-loop-update/src/
DMain.java17 import java.lang.reflect.Method;
/art/dexdump/
Ddexdump_cfg.h27 void DumpMethodCFG(const ClassAccessor::Method& method, std::ostream& os);
/art/test/432-optimizing-cmp/src/
DMain.java17 import java.lang.reflect.Method;
161 Method m = c.getMethod("$opt$CmpLong", long.class, long.class); in smaliCmpLong()
168 Method m = c.getMethod("$opt$CmpGtFloat", float.class, float.class); in smaliCmpGtFloat()
175 Method m = c.getMethod("$opt$CmpLtFloat", float.class, float.class); in smaliCmpLtFloat()
182 Method m = c.getMethod("$opt$CmpGtDouble", double.class, double.class); in smaliCmpGtDouble()
189 Method m = c.getMethod("$opt$CmpLtDouble", double.class, double.class); in smaliCmpLtDouble()
/art/test/565-checker-doublenegbitwise/src/
DMain.java17 import java.lang.reflect.Method;
43 Method m = c.getMethod(name, klass, klass); in $noinline$runSmaliTest()
/art/test/jvmti-common/
DMonitors.java19 import java.lang.reflect.Method;
29 Method monitor_contended_enter_event, in setupMonitorEvents()
30 Method monitor_contended_entered_event, in setupMonitorEvents()
31 Method monitor_wait_event, in setupMonitorEvents()
32 Method monitor_waited_event, in setupMonitorEvents()
/art/test/1930-monitor-info/src/art/
DMonitors.java19 import java.lang.reflect.Method;
29 Method monitor_contended_enter_event, in setupMonitorEvents()
30 Method monitor_contended_entered_event, in setupMonitorEvents()
31 Method monitor_wait_event, in setupMonitorEvents()
32 Method monitor_waited_event, in setupMonitorEvents()
/art/test/1933-monitor-current-contended/src/art/
DMonitors.java19 import java.lang.reflect.Method;
29 Method monitor_contended_enter_event, in setupMonitorEvents()
30 Method monitor_contended_entered_event, in setupMonitorEvents()
31 Method monitor_wait_event, in setupMonitorEvents()
32 Method monitor_waited_event, in setupMonitorEvents()
/art/test/1934-jvmti-signal-thread/src/art/
DMonitors.java19 import java.lang.reflect.Method;
29 Method monitor_contended_enter_event, in setupMonitorEvents()
30 Method monitor_contended_entered_event, in setupMonitorEvents()
31 Method monitor_wait_event, in setupMonitorEvents()
32 Method monitor_waited_event, in setupMonitorEvents()
/art/test/1932-monitor-events-misc/src/art/
DMonitors.java19 import java.lang.reflect.Method;
29 Method monitor_contended_enter_event, in setupMonitorEvents()
30 Method monitor_contended_entered_event, in setupMonitorEvents()
31 Method monitor_wait_event, in setupMonitorEvents()
32 Method monitor_waited_event, in setupMonitorEvents()
/art/test/1931-monitor-events/src/art/
DMonitors.java19 import java.lang.reflect.Method;
29 Method monitor_contended_enter_event, in setupMonitorEvents()
30 Method monitor_contended_entered_event, in setupMonitorEvents()
31 Method monitor_wait_event, in setupMonitorEvents()
32 Method monitor_waited_event, in setupMonitorEvents()
/art/test/626-const-class-linking/src/
DMain.java20 import java.lang.reflect.Method;
135 Method get = helper1.getDeclaredMethod("get"); in testRacyLoader()
172 Method get = helper.getDeclaredMethod("get"); in testRacyLoader2()
207 Method get = helper1.getDeclaredMethod("get"); in testRacyMisbehavingLoader()
242 Method get = helper1.getDeclaredMethod("get"); in testRacyMisbehavingLoader2()
314 Method get = helper.getDeclaredMethod("get"); in wrapHelperGet()
321 Method print = pair.getClass().getDeclaredMethod("print"); in printPair()
/art/libdexfile/dex/
Ddex_file_tracking_registrar.cc160 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in SetAllCodeItemRegistration()
173 for (const ClassAccessor::Method& method : class_accessor.GetMethods()) { in SetAllCodeItemStartRegistration()
191 for (const ClassAccessor::Method& method : class_accessor.GetMethods()) { in SetAllInsnsRegistration()
206 for (const ClassAccessor::Method& method : accessor.GetMethods()) { in SetCodeItemRegistration()
/art/test/046-reflect/src/
DMain.java34 void printMethodInfo(Method meth) { in printMethodInfo()
85 Method meth; in checkAccess()
125 Method meth = null; in run()
410 Method m; in checkSwap()
486 Method[] methods = niuClass.getDeclaredMethods(); in checkClinitForMethods()
489 Method method = niuClass.getMethod("staticMethod"); in checkClinitForMethods()
517 Method method; in checkGeneric()
579 Method method1, method2; in checkUnique()
599 Method method1; in checkParametrizedTypeEqualsAndHashCode()
600 Method method2; in checkParametrizedTypeEqualsAndHashCode()
[all …]
/art/test/511-clinit-interface/src/
DMain.java17 import java.lang.reflect.Method;
/art/test/616-cha-regression-proxy-method/src/
DMain.java18 import java.lang.reflect.Method;
61 public Object invoke(Object proxy, Method method, Object[] args) throws Throwable { in invoke()

12345678910>>...17