Searched defs:typeIndexes (Results 1 – 3 of 3) sorted by relevance
96 final int[] typeIndexes; field in Code.CatchHandler101 public CatchHandler(int[] typeIndexes, int[] addresses, int catchAllAddress, int offset) { in CatchHandler()
539 int[] typeIndexes = new int[handlersCount]; in readCatchHandler() local
1034 int[] typeIndexes = catchHandler.getTypeIndexes(); in transformEncodedCatchHandler() local