Searched defs:handlerPc (Results 1 – 2 of 2) sorted by relevance
27 int handlerPc; field in ExceptionTableEntry136 public int handlerPc(int nth) { in handlerPc() method in ExceptionTable
465 public void addCatch(int startPc, int endPc, int handlerPc, int catchType) { in addCatch()