Searched refs:findHandle (Results 1 – 3 of 3) sorted by relevance
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/ |
D | MethodGen.java | 208 end = il.findHandle(end_pc); in MethodGen() 211 addExceptionHandler(il.findHandle(ce.getStartPC()), end, il.findHandle(ce in MethodGen() 221 final InstructionHandle ih = il.findHandle(l.getStartPC()); in MethodGen() 722 InstructionHandle start = il.findHandle(l.getStartPC()); in updateLocalVariableTable() 723 final InstructionHandle end = il.findHandle(l.getStartPC() + l.getLength()); in updateLocalVariableTable()
|
D | InstructionList.java | 109 …public static InstructionHandle findHandle(final InstructionHandle[] ihs, final int[] pos, final i… in findHandle() method in InstructionList 137 public InstructionHandle findHandle(final int pos) { in findHandle() method in InstructionList 198 InstructionHandle ih = findHandle(ihs, pos, count, target); in InstructionList() 209 ih = findHandle(ihs, pos, count, target); in InstructionList()
|
/external/apache-commons-bcel/src/test/java/org/apache/bcel/ |
D | PLSETestCase.java | 83 final InstructionHandle ih = il.findHandle(3); in testB262()
|