Searched refs:stopMethodTracingMethod (Results 1 – 4 of 4) sorted by relevance
74 private static final Method stopMethodTracingMethod; field in DeoptimizationController.VMDebug82 stopMethodTracingMethod = c.getDeclaredMethod("stopMethodTracing");95 stopMethodTracingMethod.invoke(null); in stopMethodTracing()
77 private static final Method stopMethodTracingMethod; field in DeoptimizationController.VMDebug85 stopMethodTracingMethod = c.getDeclaredMethod("stopMethodTracing");98 stopMethodTracingMethod.invoke(null); in stopMethodTracing()
225 private static final Method stopMethodTracingMethod; field in Main.VMDebug232 stopMethodTracingMethod = c.getDeclaredMethod("stopMethodTracing");245 stopMethodTracingMethod.invoke(null); in stopMethodTracing()
308 private static final Method stopMethodTracingMethod; field in Main.VMDebug320 stopMethodTracingMethod = c.getDeclaredMethod("stopMethodTracing");341 stopMethodTracingMethod.invoke(null); in stopMethodTracing()