Searched refs:getMethodTracingMode (Results 1 – 4 of 4) sorted by relevance
49 if (VMDebug.getMethodTracingMode() == 0) { in startDeoptimization()64 if (VMDebug.getMethodTracingMode() != 0) { in stopDeoptimization()97 public static int getMethodTracingMode() throws Exception { in getMethodTracingMode() method in DeoptimizationController.VMDebug
52 if (VMDebug.getMethodTracingMode() == 0) { in startDeoptimization()67 if (VMDebug.getMethodTracingMode() != 0) { in stopDeoptimization()100 public static int getMethodTracingMode() throws Exception { in getMethodTracingMode() method in DeoptimizationController.VMDebug
70 if (VMDebug.getMethodTracingMode() != 0) { in testMethodTracingToFile()75 System.out.println("status=" + VMDebug.getMethodTracingMode()); in testMethodTracingToFile()77 System.out.println("status=" + VMDebug.getMethodTracingMode()); in testMethodTracingToFile()79 System.out.println("status=" + VMDebug.getMethodTracingMode()); in testMethodTracingToFile()86 System.out.println("status=" + VMDebug.getMethodTracingMode()); in testMethodTracingToFile()88 System.out.println("status=" + VMDebug.getMethodTracingMode()); in testMethodTracingToFile()95 System.out.println("status=" + VMDebug.getMethodTracingMode()); in testMethodTracingToFile()97 System.out.println("status=" + VMDebug.getMethodTracingMode()); in testMethodTracingToFile()101 System.out.println("status=" + VMDebug.getMethodTracingMode()); in testMethodTracingToFile()103 System.out.println("status=" + VMDebug.getMethodTracingMode()); in testMethodTracingToFile()[all …]
88 if (VMDebug.getMethodTracingMode() != 0) { in doLoadsOfStuff()247 public static int getMethodTracingMode() throws Exception { in getMethodTracingMode() method in Main.VMDebug