Home
last modified time | relevance | path

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

/art/test/802-deoptimization/src/
DDeoptimizationController.java66 private static final Method startMethodTracingMethod; field in DeoptimizationController.VMDebug
73 startMethodTracingMethod = c.getDeclaredMethod("startMethodTracing", String.class,
84 startMethodTracingMethod.invoke(null, filename, bufferSize, flags, samplingEnabled, in startMethodTracing()
/art/test/099-vmdebug/src/
DMain.java211 private static final Method startMethodTracingMethod; field in Main.VMDebug
219 startMethodTracingMethod = c.getDeclaredMethod("startMethodTracing", String.class,
232 startMethodTracingMethod.invoke(null, filename, bufferSize, flags, samplingEnabled, in startMethodTracing()