Searched refs: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() argument104 this.catchAllAddress = catchAllAddress; in CatchHandler()117 return catchAllAddress; in getCatchAllAddress()
545 int catchAllAddress = size <= 0 ? readUleb128() : -1; in readCatchHandler() local546 return new CatchHandler(typeIndexes, addresses, catchAllAddress, offset); in readCatchHandler()
1033 int catchAllAddress = catchHandler.getCatchAllAddress(); in transformEncodedCatchHandler() local1037 if (catchAllAddress != -1) { in transformEncodedCatchHandler()1048 if (catchAllAddress != -1) { in transformEncodedCatchHandler()1049 codeOut.writeUleb128(catchAllAddress); in transformEncodedCatchHandler()