Searched refs:countCalls (Results 1 – 4 of 4) sorted by relevance
5 int countCalls();6 static int one = countCalls();
35 int countCalls() { in countCalls() function
38 return coffeeServer.countingInterceptor().countCalls(methodName); in methodCount()
52 public int countCalls(String methodName) { in countCalls() method in CountingInterceptor