Searched refs:getCaller (Results 1 – 2 of 2) sorted by relevance
38 return Debug.getCaller(); in callDepth0()
1341 private static String getCaller(StackTraceElement callStack[], int depth) { in getCaller() method in Debug1360 sb.append(getCaller(callStack, i)).append(" "); in getCallers()1369 public static String getCaller() { in getCaller() method in Debug1370 return getCaller(Thread.currentThread().getStackTrace(), 0); in getCaller()