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