Searched refs:getEndPC (Results 1 – 11 of 11) sorted by relevance
52 this(c.getStartPC(), c.getEndPC(), c.getHandlerPC(), c.getCatchType()); in CodeException()124 public final int getEndPC() { in getEndPC() method in CodeException
50 … for (InstructionHandle ih=ceg.getStartPC(); ih != ceg.getEndPC().getNext(); ih=ih.getNext()) { in ExceptionHandlers()
501 while (_protected != handler.getEndPC().getNext()) { in Subroutines()
161 public InstructionHandle getEndPC() { in getEndPC() method in CodeExceptionGen
1216 if (exception.getEndPC() == old_target) { in redirectExceptionHandlers()
202 final int end_pc = ce.getEndPC(); in MethodGen()
209 ih = c.getEndPC(); in visitCode()280 get(c.getStartPC()) + " to " + get(c.getEndPC()) + in visitCode()
122 + codeLink(cex.getEndPC(), method_number) + ", handled at line " in writeAttribute()
343 + ", " + "ih_" + h.getEndPC().getPosition() + ", " + "ih_" in updateExceptionHandlers()
396 goto_set.set(cex.getEndPC()); in findGotos()
307 final int endpc = element.getEndPC(); in delayedPass2Checks()