Home
last modified time | relevance | path

Searched refs:handlerPos (Results 1 – 1 of 1) sorted by relevance

/external/javassist/src/main/javassist/
DCtBehavior.java865 int handlerPos = iterator.getCodeLength(); in insertAfter() local
867 ca.getExceptionTable().add(getStartPosOfBody(ca), handlerPos, handlerPos, 0); in insertAfter() local
874 if (pos >= handlerPos) in insertAfter()
884 handlerPos = iterator.append(b.get()); in insertAfter()
885 iterator.append(b.getExceptionTable(), handlerPos); in insertAfter() local
887 handlerLen = advicePos - handlerPos; in insertAfter()
892 handlerPos = advicePos - handlerLen; in insertAfter()
897 handlerPos = iterator.append(b.get()); in insertAfter()
898 iterator.append(b.getExceptionTable(), handlerPos); in insertAfter() local