Searched refs:getHandlerPC (Results 1 – 11 of 11) sorted by relevance
52 this(c.getStartPC(), c.getEndPC(), c.getHandlerPC(), c.getCatchType()); in CodeException()132 public final int getHandlerPC() { in getHandlerPC() method in CodeException
49 … final ExceptionHandler eh = new ExceptionHandler(ceg.getCatchType(), ceg.getHandlerPC()); in ExceptionHandlers()
462 colors.put(handler.getHandlerPC(), ColourConstants.GRAY); in Subroutines()463 Q.add(handler.getHandlerPC()); in Subroutines()
168 public InstructionHandle getHandlerPC() { in getHandlerPC() method in CodeExceptionGen
212 .getHandlerPC()), c_type); in MethodGen()994 final InstructionHandle handler_pc = element.getHandlerPC(); in getMaxStack()
1219 if (exception.getHandlerPC() == old_target) { in redirectExceptionHandlers()
211 ih = c.getHandlerPC(); in visitCode()281 " using " + get(c.getHandlerPC())); in visitCode()
123 + codeLink(cex.getHandlerPC(), method_number) + ")</LI>"); in writeAttribute()
344 + h.getHandlerPC().getPosition() + ", " + type + ");"); in updateExceptionHandlers()
397 goto_set.set(cex.getHandlerPC()); in findGotos()
308 final int handlerpc = element.getHandlerPC(); in delayedPass2Checks()