Lines Matching refs:InstructionHandle
45 import org.apache.bcel.generic.InstructionHandle;
163 private Hashtable<InstructionHandle, String> map;
174 InstructionHandle[] ihs = il.getInstructionHandles(); in visitCode()
179 map = new Hashtable<InstructionHandle, String>(); in visitCode()
181 for (InstructionHandle ih1 : ihs) { in visitCode()
186 for (InstructionHandle target : ((Select) bi).getTargets()) { in visitCode()
191 InstructionHandle ih = bi.getTarget(); in visitCode()
198 InstructionHandle ih = lv.getStart(); in visitCode()
206 InstructionHandle ih = c.getStartPC(); in visitCode()
217 InstructionHandle ih = ln.getInstruction(); in visitCode()
231 for (InstructionHandle ih : ihs) { in visitCode()
243 InstructionHandle[] targets = s.getTargets(); in visitCode()
248 for (InstructionHandle target : targets) { in visitCode()
287 private String get(InstructionHandle ih) { in get()
292 private void put(InstructionHandle ih, String line) { in put()