Home
last modified time | relevance | path

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

/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/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/2246-trace-v2/src/
DMain.java146 private static final Method startMethodTracingMethod; field in Main.VMDebug
152 startMethodTracingMethod = c.getDeclaredMethod("startMethodTracing", String.class,
165 startMethodTracingMethod.invoke(null, filename, fd, bufferSize, in startMethodTracingV2()
/art/test/2246-trace-stream/src/
DMain.java157 private static final Method startMethodTracingMethod; field in Main.VMDebug
163 startMethodTracingMethod = c.getDeclaredMethod("startMethodTracing", String.class,
176 startMethodTracingMethod.invoke( 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.java358 private static final Method startMethodTracingMethod; field in Main.VMDebug
382 startMethodTracingMethod = c.getDeclaredMethod("startMethodTracing", String.class,
417 startMethodTracingMethod.invoke(null, filename, bufferSize, flags, samplingEnabled, in startMethodTracing()