Home
last modified time | relevance | path

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

/art/test/802-deoptimization/src/
DDeoptimizationController.java67 private static final Method stopMethodTracingMethod; field in DeoptimizationController.VMDebug
75 stopMethodTracingMethod = c.getDeclaredMethod("stopMethodTracing");
88 stopMethodTracingMethod.invoke(null); in stopMethodTracing()
/art/test/099-vmdebug/src/
DMain.java212 private static final Method stopMethodTracingMethod; field in Main.VMDebug
221 stopMethodTracingMethod = c.getDeclaredMethod("stopMethodTracing");
236 stopMethodTracingMethod.invoke(null); in stopMethodTracing()