Searched refs:catchHandlerIndex (Results 1 – 2 of 2) sorted by relevance
70 final int catchHandlerIndex; field in Code.Try72 Try(int startAddress, int instructionCount, int catchHandlerIndex) { in Try() argument75 this.catchHandlerIndex = catchHandlerIndex; in Try()91 return catchHandlerIndex; in getCatchHandlerIndex()
520 int catchHandlerIndex = findCatchHandlerIndex(catchHandlers, handlerOffset); in readTries() local521 result[i] = new Try(startAddress, instructionCount, catchHandlerIndex); in readTries()