Searched refs:stopMethodTracingMethod (Results 1 - 4 of 4) sorted by relevance

/art/test/570-checker-osr/src/
H A DDeoptimizationController.java77 private static final Method stopMethodTracingMethod; field in class:DeoptimizationController.VMDebug
85 stopMethodTracingMethod = c.getDeclaredMethod("stopMethodTracing");
98 stopMethodTracingMethod.invoke(null);
/art/test/802-deoptimization/src/
H A DDeoptimizationController.java74 private static final Method stopMethodTracingMethod; field in class:DeoptimizationController.VMDebug
82 stopMethodTracingMethod = c.getDeclaredMethod("stopMethodTracing");
95 stopMethodTracingMethod.invoke(null);
/art/test/545-tracing-and-jit/src/
H A DMain.java225 private static final Method stopMethodTracingMethod; field in class:Main.VMDebug
232 stopMethodTracingMethod = c.getDeclaredMethod("stopMethodTracing");
245 stopMethodTracingMethod.invoke(null);
/art/test/099-vmdebug/src/
H A DMain.java254 private static final Method stopMethodTracingMethod; field in class:Main.VMDebug
265 stopMethodTracingMethod = c.getDeclaredMethod("stopMethodTracing");
284 stopMethodTracingMethod.invoke(null);

Completed in 137 milliseconds