Home
last modified time | relevance | path

Searched refs:getInstructionHandles (Results 1 – 8 of 8) sorted by relevance

/external/apache-commons-bcel/src/test/java/org/apache/bcel/classfile/
DConstantPoolTestCase.java37 … for (final InstructionHandle instructionHandle : getInstructionHandles(clazz, cp, method)) { in testConstantToString()
44 …private InstructionHandle[] getInstructionHandles(final JavaClass clazz, final ConstantPoolGen cp,… in getInstructionHandles() method in ConstantPoolTestCase
47 return instructionList.getInstructionHandles(); in getInstructionHandles()
/external/apache-commons-bcel/src/test/java/org/apache/bcel/util/
DInstructionFinderTest.java40 final Iterator<?> it = finder.search("ILOAD IADD", il.getInstructionHandles()[0], null ); in testSearch()
/external/apache-commons-bcel/src/examples/
Dhelloify.java111 InstructionHandle[] ihs = il.getInstructionHandles(); in helloifyMethod()
DJasminVisitor.java174 InstructionHandle[] ihs = il.getInstructionHandles(); in visitCode()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/
DControlFlowGraph.java429 …l InstructionHandle[] instructionhandles = method_gen.getInstructionList().getInstructionHandles(); in ControlFlowGraph()
DSubroutines.java394 final InstructionHandle[] all = mg.getInstructionList().getInstructionHandles(); in Subroutines()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/util/
DInstructionFinder.java95 handles = il.getInstructionHandles(); in reread()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DInstructionList.java1019 public InstructionHandle[] getInstructionHandles() { in getInstructionHandles() method