Searched defs:findHandle (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DInstructionList.java138 public static InstructionHandle findHandle(InstructionHandle[] ihs, method in class:InstructionList
168 public InstructionHandle findHandle(int pos) { method in class:InstructionList
170 return findHandle(ihs, byte_positions, length, pos);
222 InstructionHandle ih = findHandle(ihs, pos, count, target);
236 ih = findHandle(ihs, pos, count, target);

Completed in 682 milliseconds