Searched defs:catchAllAddress (Results 1 – 3 of 3) sorted by relevance
98 final int catchAllAddress; field in Code.CatchHandler101 public CatchHandler(int[] typeIndexes, int[] addresses, int catchAllAddress, int offset) { in CatchHandler()
545 int catchAllAddress = size <= 0 ? readUleb128() : -1; in readCatchHandler() local
1033 int catchAllAddress = catchHandler.getCatchAllAddress(); in transformEncodedCatchHandler() local