Searched defs: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()
520 int catchHandlerIndex = findCatchHandlerIndex(catchHandlers, handlerOffset); in readTries() local