Home
last modified time | relevance | path

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

/art/test/802-deoptimization/src/
DDeoptimizationController.java73 private static final Method startMethodTracingMethod; field in DeoptimizationController.VMDebug
80 startMethodTracingMethod = c.getDeclaredMethod("startMethodTracing", String.class,
91 startMethodTracingMethod.invoke(null, filename, bufferSize, flags, samplingEnabled, in startMethodTracing()
/art/test/570-checker-osr/src/
DDeoptimizationController.java76 private static final Method startMethodTracingMethod; field in DeoptimizationController.VMDebug
83 startMethodTracingMethod = c.getDeclaredMethod("startMethodTracing", String.class,
94 startMethodTracingMethod.invoke(null, filename, bufferSize, flags, samplingEnabled, in startMethodTracing()
/art/test/545-tracing-and-jit/src/
DMain.java224 private static final Method startMethodTracingMethod; field in Main.VMDebug
230 startMethodTracingMethod = c.getDeclaredMethod("startMethodTracing", String.class,
241 startMethodTracingMethod.invoke(null, filename, bufferSize, flags, samplingEnabled, in startMethodTracing()
/art/test/099-vmdebug/src/
DMain.java307 private static final Method startMethodTracingMethod; field in Main.VMDebug
318 startMethodTracingMethod = c.getDeclaredMethod("startMethodTracing", String.class,
337 startMethodTracingMethod.invoke(null, filename, bufferSize, flags, samplingEnabled, in startMethodTracing()