HomeSort by relevance Sort by last modified time
    Searched refs:startMethodTracingMethod (Results 1 - 2 of 2) sorted by null

  /art/test/802-deoptimization/src/
DeoptimizationController.java 66 private static final Method startMethodTracingMethod;
73 startMethodTracingMethod = c.getDeclaredMethod("startMethodTracing", String.class,
84 startMethodTracingMethod.invoke(null, filename, bufferSize, flags, samplingEnabled,
  /art/test/099-vmdebug/src/
Main.java 211 private static final Method startMethodTracingMethod;
219 startMethodTracingMethod = c.getDeclaredMethod("startMethodTracing", String.class,
232 startMethodTracingMethod.invoke(null, filename, bufferSize, flags, samplingEnabled,

Completed in 27 milliseconds