Searched refs:catchHandler (Results 1 – 2 of 2) sorted by relevance
1032 private void transformEncodedCatchHandler(Code.CatchHandler catchHandler, IndexMap indexMap) { in transformEncodedCatchHandler() argument1033 int catchAllAddress = catchHandler.getCatchAllAddress(); in transformEncodedCatchHandler()1034 int[] typeIndexes = catchHandler.getTypeIndexes(); in transformEncodedCatchHandler()1035 int[] addresses = catchHandler.getAddresses(); in transformEncodedCatchHandler()
528 CatchHandler catchHandler = catchHandlers[i]; in findCatchHandlerIndex() local529 if (catchHandler.getOffset() == offset) { in findCatchHandlerIndex()