Home
last modified time | relevance | path

Searched refs:InstructionFinder (Results 1 – 6 of 6) sorted by relevance

/external/apache-commons-bcel/src/test/java/org/apache/bcel/
DInstructionFinderTestCase.java26 import org.apache.bcel.util.InstructionFinder;
50 final InstructionFinder finder = new InstructionFinder(il); in testSearchAll()
/external/apache-commons-bcel/src/examples/
DPeephole.java30 import org.apache.bcel.util.InstructionFinder;
67 InstructionFinder f = new InstructionFinder(il); in removeNOPs()
/external/apache-commons-bcel/src/test/java/org/apache/bcel/util/
DInstructionFinderTest.java38 final InstructionFinder finder = new InstructionFinder(il); in testSearch()
/external/apache-commons-bcel/src/examples/Mini/
DASTFunDecl.java44 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()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/util/
DInstructionFinder.java67 public class InstructionFinder { class
82 public InstructionFinder(final InstructionList il) { in InstructionFinder() method in InstructionFinder
/external/apache-commons-bcel/
DRELEASE-NOTES.txt223 o BCEL-217: long type instructions are not searched by InstructionFinder using
256 o BCEL-85: ArrayOutOfBoundsException in InstructionFinder.
277 org.apache.bcel.util.InstructionFinder
282 o BCEL-125: Incorrect size calculation in InstructionFinder.