Searched refs:startMethodTracingMethod (Results 1 – 2 of 2) sorted by relevance
/art/test/802-deoptimization/src/ |
D | DeoptimizationController.java | 66 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/ |
D | Main.java | 211 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()
|