Searched refs:InstructionFinder (Results 1 – 6 of 6) sorted by relevance
26 import org.apache.bcel.util.InstructionFinder;50 final InstructionFinder finder = new InstructionFinder(il); in testSearchAll()
30 import org.apache.bcel.util.InstructionFinder;67 InstructionFinder f = new InstructionFinder(il); in removeNOPs()
38 final InstructionFinder finder = new InstructionFinder(il); in testSearch()
44 import org.apache.bcel.util.InstructionFinder;298 private static final InstructionFinder.CodeConstraint my_constraint =299 new InstructionFinder.CodeConstraint() {320 InstructionFinder f = new InstructionFinder(il); in optimizeIFs()
67 public class InstructionFinder { class82 public InstructionFinder(final InstructionList il) { in InstructionFinder() method in InstructionFinder
223 o BCEL-217: long type instructions are not searched by InstructionFinder using256 o BCEL-85: ArrayOutOfBoundsException in InstructionFinder.277 org.apache.bcel.util.InstructionFinder282 o BCEL-125: Incorrect size calculation in InstructionFinder.