Searched defs:catchHandlers (Results 1 – 3 of 3) sorted by relevance
26 private final CatchHandler[] catchHandlers; field in Code29 short[] instructions, Try[] tries, CatchHandler[] catchHandlers) { in Code()
481 CatchHandler[] catchHandlers; in readCode() local515 private Try[] readTries(int triesSize, CatchHandler[] catchHandlers) { in readTries()527 private int findCatchHandlerIndex(CatchHandler[] catchHandlers, int offset) { in findCatchHandlerIndex()
895 Code.CatchHandler[] catchHandlers = code.getCatchHandlers(); in transformCode() local931 private int[] transformCatchHandlers(IndexMap indexMap, Code.CatchHandler[] catchHandlers) { in transformCatchHandlers()