Home
last modified time | relevance | path

Searched refs:stopMethodTracingMethod (Results 1 – 5 of 5) sorted by relevance

/art/test/802-deoptimization/src/
DDeoptimizationController.java74 private static final Method stopMethodTracingMethod; field in DeoptimizationController.VMDebug
82 stopMethodTracingMethod = c.getDeclaredMethod("stopMethodTracing");
95 stopMethodTracingMethod.invoke(null); in stopMethodTracing()
/art/test/570-checker-osr/src/
DDeoptimizationController.java77 private static final Method stopMethodTracingMethod; field in DeoptimizationController.VMDebug
85 stopMethodTracingMethod = c.getDeclaredMethod("stopMethodTracing");
98 stopMethodTracingMethod.invoke(null); in stopMethodTracing()
/art/test/2246-trace-stream/src/
DMain.java111 private static final Method stopMethodTracingMethod; field in Main.VMDebug
119 stopMethodTracingMethod = c.getDeclaredMethod("stopMethodTracing");
133 stopMethodTracingMethod.invoke(null); in $noinline$stopMethodTracing()
/art/test/545-tracing-and-jit/src/
DMain.java225 private static final Method stopMethodTracingMethod; field in Main.VMDebug
232 stopMethodTracingMethod = c.getDeclaredMethod("stopMethodTracing");
245 stopMethodTracingMethod.invoke(null); in stopMethodTracing()
/art/test/099-vmdebug/src/
DMain.java360 private static final Method stopMethodTracingMethod; field in Main.VMDebug
386 stopMethodTracingMethod = c.getDeclaredMethod("stopMethodTracing");
426 stopMethodTracingMethod.invoke(null); in stopMethodTracing()