Home
last modified time | relevance | path

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

/art/test/099-vmdebug/src/
DMain.java106 private static final Method stopMethodTracingMethod; field in Main.VMDebug
113 stopMethodTracingMethod = c.getDeclaredMethod("stopMethodTracing");
126 stopMethodTracingMethod.invoke(null); in stopMethodTracing()