Home
last modified time | relevance | path

Searched refs:stopMethodTracingMethod (Results 1 – 4 of 4) 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/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.java308 private static final Method stopMethodTracingMethod; field in Main.VMDebug
320 stopMethodTracingMethod = c.getDeclaredMethod("stopMethodTracing");
341 stopMethodTracingMethod.invoke(null); in stopMethodTracing()