Searched refs:handlersCount (Results 1 – 1 of 1) sorted by relevance
538 int handlersCount = Math.abs(size); in readCatchHandler() local539 int[] typeIndexes = new int[handlersCount]; in readCatchHandler()540 int[] addresses = new int[handlersCount]; in readCatchHandler()541 for (int i = 0; i < handlersCount; i++) { in readCatchHandler()