Searched refs:findInstruction1 (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DInstructionList.java524 if((ih = findInstruction1(i)) == null)
783 if((ih = findInstruction1(i)) == null)
814 if((from_ih = findInstruction1(from)) == null)
830 private InstructionHandle findInstruction1(Instruction i) { method in class:InstructionList
864 return findInstruction1(i) != null;

Completed in 24 milliseconds