Home | History | Annotate | Download | only in dx

Lines Matching defs:addCatchClause

1486         code.addCatchClause(TypeId.get(IllegalArgumentException.class), catchIae);
1487 code.addCatchClause(TypeId.get(IllegalStateException.class), catchIse);
1488 code.addCatchClause(TypeId.get(RuntimeException.class), catchRe);
1565 code.addCatchClause(iaeType, catchOuter);
1572 code.addCatchClause(iaeType, catchInner);
1575 code.addCatchClause(iaeType, previousLabel);