OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stopMethodTracingMethod
(Results
1 - 4
of
4
) sorted by null
/art/test/570-checker-osr/src/
DeoptimizationController.java
77
private static final Method
stopMethodTracingMethod
;
85
stopMethodTracingMethod
= c.getDeclaredMethod("stopMethodTracing");
98
stopMethodTracingMethod
.invoke(null);
/art/test/802-deoptimization/src/
DeoptimizationController.java
74
private static final Method
stopMethodTracingMethod
;
82
stopMethodTracingMethod
= c.getDeclaredMethod("stopMethodTracing");
95
stopMethodTracingMethod
.invoke(null);
/art/test/545-tracing-and-jit/src/
Main.java
225
private static final Method
stopMethodTracingMethod
;
232
stopMethodTracingMethod
= c.getDeclaredMethod("stopMethodTracing");
245
stopMethodTracingMethod
.invoke(null);
/art/test/099-vmdebug/src/
Main.java
254
private static final Method
stopMethodTracingMethod
;
265
stopMethodTracingMethod
= c.getDeclaredMethod("stopMethodTracing");
284
stopMethodTracingMethod
.invoke(null);
Completed in 701 milliseconds