Searched refs:getInfo (Results 1 – 1 of 1) sorted by relevance
/art/test/989-method-trace-throw/src/art/ |
D | Test989.java | 63 private static String getInfo(Object m, boolean exception, Object result) { in getInfo() method in Test989 88 System.out.println("Normal: Leaving " + getInfo(m, exception, result)); in methodExited() 102 System.out.println("ThrowEnter: Leaving " + getInfo(m, exception, result)); in methodExited() 119 System.out.println("ThrowExit: Leaving " + getInfo(m, exception, result)); in methodExited() 120 throw new ErrorB("Throwing error while exit " + getInfo(m, exception, result)); in methodExited() 138 System.out.println("ThrowBoth: Leaving " + getInfo(m, exception, result)); in methodExited() 139 throw new ErrorC("Throwing error while exit " + getInfo(m, exception, result)); in methodExited()
|