Home
last modified time | relevance | path

Searched refs:exceptionIndexTable (Results 1 – 1 of 1) sorted by relevance

/external/ow2-asm/asm/src/main/java/org/objectweb/asm/
DMethodWriter.java394 private final int[] exceptionIndexTable; field in MethodWriter
607 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) {