Searched refs:catchHandler (Results 1 – 1 of 1) sorted by relevance
963 private void transformEncodedCatchHandler(Code.CatchHandler catchHandler, IndexMap indexMap) { in transformEncodedCatchHandler() argument964 int catchAllAddress = catchHandler.getCatchAllAddress(); in transformEncodedCatchHandler()965 int[] typeIndexes = catchHandler.getTypeIndexes(); in transformEncodedCatchHandler()966 int[] addresses = catchHandler.getAddresses(); in transformEncodedCatchHandler()