Searched refs:exceptionClass (Results 1 – 5 of 5) sorted by relevance
89 CstType exceptionClass) { in set() argument90 set0(n, new Item(startPc, endPc, handlerPc, exceptionClass)); in set()235 private final CstType exceptionClass; field in ByteCatchList.Item249 CstType exceptionClass) { in Item() argument265 this.exceptionClass = exceptionClass; in Item()303 return (exceptionClass != null) ? in getExceptionClass()304 exceptionClass : CstType.OBJECT; in getExceptionClass()
396 public Frame makeExceptionHandlerStartFrame(CstType exceptionClass) { in makeExceptionHandlerStartFrame() argument400 newStack.push(exceptionClass); in makeExceptionHandlerStartFrame()
913 CstType exceptionClass = one.getExceptionClass(); in processBlock() local916 catchesAny |= (exceptionClass == CstType.OBJECT); in processBlock()918 Frame f = frame.makeExceptionHandlerStartFrame(exceptionClass); in processBlock()937 ExceptionHandlerSetup handler = handlers.getSetup(exceptionClass.getClassType()); in processBlock()
252 CstType exceptionClass = one.getExceptionClass(); in regularDump() local255 ((exceptionClass == CstType.OBJECT) ? "<any>" : in regularDump()256 exceptionClass.toHuman()) + " -> " + in regularDump()