Lines Matching refs:Exception
28 public static void main(String[] args) throws Exception { in main()
43 private static File createTempFile() throws Exception { in createTempFile()
57 private static void testMethodTracing() throws Exception { in testMethodTracing()
69 private static void testMethodTracingToFile(File tempFile) throws Exception { in testMethodTracingToFile()
111 } catch (Exception e) { in testMethodTracingToFile()
119 } catch (Exception e) { in testMethodTracingToFile()
126 } catch (Exception e) { in testMethodTracingToFile()
134 } catch (Exception e) { in testMethodTracingToFile()
140 } catch (Exception e) { in testMethodTracingToFile()
147 private static void checkNumber(String s) throws Exception { in checkNumber()
158 private static void checkBiggerThanZero(int i) throws Exception { in checkBiggerThanZero()
164 private static void checkZero(int i) throws Exception { in checkZero()
170 private static void checkHistogram(String s) throws Exception { in checkHistogram()
202 private static void testRuntimeStat() throws Exception { in testRuntimeStat()
228 private static void testRuntimeStats() throws Exception { in testRuntimeStats()
262 private static void testGetAllocCount() throws Exception { in testGetAllocCount()
292 private static void testGetVmFeatureList() throws Exception { in testGetVmFeatureList()
299 private static void testDebuggerDetails() throws Exception { in testDebuggerDetails()
320 private static void testCountInstances() throws Exception { in testCountInstances()
410 } catch (Exception e) {
416 boolean samplingEnabled, int intervalUs) throws Exception { in startMethodTracing()
421 boolean samplingEnabled, int intervalUs) throws Exception { in startMethodTracingDdms()
425 public static void stopMethodTracing() throws Exception { in stopMethodTracing()
428 public static int getMethodTracingMode() throws Exception { in getMethodTracingMode()
431 public static String getRuntimeStat(String statName) throws Exception { in getRuntimeStat()
434 public static Map<String, String> getRuntimeStats() throws Exception { in getRuntimeStats()
437 public static long countInstancesofClass(Class<?> c, boolean assignable) throws Exception { in countInstancesofClass()
441 throws Exception { in countInstancesofClasses()
445 public static int getAllocCount(Integer kind) throws Exception { in getAllocCount()
448 public static void startAllocCounting() throws Exception { in startAllocCounting()
451 public static void stopAllocCounting() throws Exception { in stopAllocCounting()
454 public static void setAllocTrackerStackDepth(Integer stackDepth) throws Exception { in setAllocTrackerStackDepth()
457 public static void resetAllocCount(Integer kind) throws Exception { in resetAllocCount()
460 public static int getLoadedClassCount() throws Exception { in getLoadedClassCount()
463 public static String[] getVmFeatureList() throws Exception { in getVmFeatureList()
466 public static boolean isDebuggerConnected() throws Exception { in isDebuggerConnected()
469 public static boolean isDebuggingEnabled() throws Exception { in isDebuggingEnabled()
472 public static long lastDebuggerActivity() throws Exception { in lastDebuggerActivity()
475 public static long threadCpuTimeNanos() throws Exception { in threadCpuTimeNanos()
478 public static void dumpHprofDataDdms() throws Exception { in dumpHprofDataDdms()
481 public static void dumpReferenceTables() throws Exception { in dumpReferenceTables()