Searched refs:exceptionIndexTable (Results 1 – 1 of 1) sorted by relevance
394 private final int[] exceptionIndexTable; field in MethodWriter607 this.exceptionIndexTable = new int[numberOfExceptions]; in MethodWriter()609 this.exceptionIndexTable[i] = symbolTable.addConstantClass(exceptions[i]).index; in MethodWriter()613 this.exceptionIndexTable = null; in MethodWriter()2045 if (source.readUnsignedShort(currentExceptionOffset) != exceptionIndexTable[i]) {2337 for (int exceptionIndex : exceptionIndexTable) {