Searched defs:stopMethodTracing (Results 1 - 4 of 4) sorted by relevance

/art/test/570-checker-osr/src/
H A DDeoptimizationController.java66 VMDebug.stopMethodTracing();
85 stopMethodTracingMethod = c.getDeclaredMethod("stopMethodTracing");
97 public static void stopMethodTracing() throws Exception { method in class:DeoptimizationController.VMDebug
/art/test/802-deoptimization/src/
H A DDeoptimizationController.java63 VMDebug.stopMethodTracing();
82 stopMethodTracingMethod = c.getDeclaredMethod("stopMethodTracing");
94 public static void stopMethodTracing() throws Exception { method in class:DeoptimizationController.VMDebug
/art/test/545-tracing-and-jit/src/
H A DMain.java89 VMDebug.stopMethodTracing();
97 VMDebug.stopMethodTracing();
232 stopMethodTracingMethod = c.getDeclaredMethod("stopMethodTracing");
244 public static void stopMethodTracing() throws Exception { method in class:Main.VMDebug
/art/test/099-vmdebug/src/
H A DMain.java71 VMDebug.stopMethodTracing();
78 VMDebug.stopMethodTracing();
87 VMDebug.stopMethodTracing();
100 VMDebug.stopMethodTracing();
102 VMDebug.stopMethodTracing();
320 stopMethodTracingMethod = c.getDeclaredMethod("stopMethodTracing");
340 public static void stopMethodTracing() throws Exception { method in class:Main.VMDebug

Completed in 20 milliseconds