Home
last modified time | relevance | path

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

/art/test/099-vmdebug/src/
DMain.java58 VMDebug.startMethodTracing(tempFileName, 0, 0, false, 0); in testMethodTracing()
67 VMDebug.startMethodTracing(tempFileName, 0, 0, true, 1000); in testMethodTracing()
76 VMDebug.startMethodTracing(tempFileName, 0, 0, false, 0); in testMethodTracing()
78 VMDebug.startMethodTracing(tempFileName, 0, 0, false, 0); in testMethodTracing()
89 VMDebug.startMethodTracing("", 0, 0, false, 0); in testMethodTracing()
97 VMDebug.startMethodTracing(tempFileName, 1000, 0, false, 0); in testMethodTracing()
105 VMDebug.startMethodTracing(tempFileName, 0, 0, true, 0); in testMethodTracing()
230 public static void startMethodTracing(String filename, int bufferSize, int flags, in startMethodTracing() method in Main.VMDebug
/art/test/802-deoptimization/src/
DDeoptimizationController.java45 VMDebug.startMethodTracing(tempFileName, 0, 0, false, 1000); in startDeoptimization()
82 public static void startMethodTracing(String filename, int bufferSize, int flags, in startMethodTracing() method in DeoptimizationController.VMDebug