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

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DInstructionList.java293 if((ih = findInstruction2(i)) == null) // Also applies for empty list
818 if((to_ih = findInstruction2(to)) == null)
844 private InstructionHandle findInstruction2(Instruction i) { method in class:InstructionList

Completed in 31 milliseconds