Searched refs:stopMethodTracing (Results 1 - 5 of 5) 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/099-vmdebug/src/
H A DMain.java70 VMDebug.stopMethodTracing();
77 VMDebug.stopMethodTracing();
86 VMDebug.stopMethodTracing();
99 VMDebug.stopMethodTracing();
101 VMDebug.stopMethodTracing();
265 stopMethodTracingMethod = c.getDeclaredMethod("stopMethodTracing");
283 public static void stopMethodTracing() throws Exception { method in class:Main.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/runtime/native/
H A Ddalvik_system_VMDebug.cc507 NATIVE_METHOD(VMDebug, stopMethodTracing, "()V"),

Completed in 1668 milliseconds