Searched refs:instructionCount (Results 1 – 2 of 2) sorted by relevance
69 final int instructionCount; field in Code.Try72 Try(int startAddress, int instructionCount, int catchHandlerIndex) { in Try() argument74 this.instructionCount = instructionCount; in Try()83 return instructionCount; in getInstructionCount()
689 int instructionCount = readUnsignedShort(); in readTries() local692 result[i] = new Try(startAddress, instructionCount, catchHandlerIndex); in readTries()