Home
last modified time | relevance | path

Searched refs:startMethodTracing (Results 1 – 4 of 4) sorted by relevance

/art/test/099-vmdebug/src/
DMain.java76 VMDebug.startMethodTracing(tempFileName, 0, 0, false, 0); in testMethodTracingToFile()
85 VMDebug.startMethodTracing(tempFileName, 0, 0, true, 1000); in testMethodTracingToFile()
94 VMDebug.startMethodTracing(tempFileName, 0, 0, false, 0); in testMethodTracingToFile()
96 VMDebug.startMethodTracing(tempFileName, 0, 0, false, 0); in testMethodTracingToFile()
107 VMDebug.startMethodTracing("", 0, 0, false, 0); in testMethodTracingToFile()
115 VMDebug.startMethodTracing(tempFileName, 1000, 0, false, 0); in testMethodTracingToFile()
123 VMDebug.startMethodTracing(tempFileName, 0, 0, true, 0); in testMethodTracingToFile()
335 public static void startMethodTracing(String filename, int bufferSize, int flags, in startMethodTracing() method in Main.VMDebug
/art/test/802-deoptimization/src/
DDeoptimizationController.java48 VMDebug.startMethodTracing(tempFileName, 0, 0, false, 1000); in startDeoptimization()
89 public static void startMethodTracing(String filename, int bufferSize, int flags, in startMethodTracing() method in DeoptimizationController.VMDebug
/art/test/570-checker-osr/src/
DDeoptimizationController.java51 VMDebug.startMethodTracing(tempFileName, 0, 0, false, 1000); in startDeoptimization()
92 public static void startMethodTracing(String filename, int bufferSize, int flags, in startMethodTracing() method in DeoptimizationController.VMDebug
/art/test/545-tracing-and-jit/src/
DMain.java91 VMDebug.startMethodTracing(file.getPath(), 0, 0, false, 0); in doLoadsOfStuff()
239 public static void startMethodTracing(String filename, int bufferSize, int flags, in startMethodTracing() method in Main.VMDebug