Searched refs:getInstructionHandles (Results 1 – 8 of 8) sorted by relevance
37 … for (final InstructionHandle instructionHandle : getInstructionHandles(clazz, cp, method)) { in testConstantToString()44 …private InstructionHandle[] getInstructionHandles(final JavaClass clazz, final ConstantPoolGen cp,… in getInstructionHandles() method in ConstantPoolTestCase47 return instructionList.getInstructionHandles(); in getInstructionHandles()
40 final Iterator<?> it = finder.search("ILOAD IADD", il.getInstructionHandles()[0], null ); in testSearch()
111 InstructionHandle[] ihs = il.getInstructionHandles(); in helloifyMethod()
174 InstructionHandle[] ihs = il.getInstructionHandles(); in visitCode()
429 …l InstructionHandle[] instructionhandles = method_gen.getInstructionList().getInstructionHandles(); in ControlFlowGraph()
394 final InstructionHandle[] all = mg.getInstructionList().getInstructionHandles(); in Subroutines()
95 handles = il.getInstructionHandles(); in reread()
1019 public InstructionHandle[] getInstructionHandles() { in getInstructionHandles() method