Home
last modified time | relevance | path

Searched defs:ihs (Results 1 – 6 of 6) sorted by relevance

/external/apache-commons-bcel/src/test/java/org/apache/bcel/util/
DInstructionFinderTest.java41 final InstructionHandle[] ihs = (InstructionHandle[])it.next(); in testSearch() local
/external/apache-commons-bcel/src/test/java/org/apache/bcel/
DInstructionFinderTestCase.java53 final InstructionHandle[] ihs = (InstructionHandle[])it.next(); in testSearchAll() local
/external/apache-commons-bcel/src/examples/
Dhelloify.java111 InstructionHandle[] ihs = il.getInstructionHandles(); in helloifyMethod() local
DJasminVisitor.java174 InstructionHandle[] ihs = il.getInstructionHandles(); in visitCode() local
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DInstructionList.java109 …public static InstructionHandle findHandle(final InstructionHandle[] ihs, final int[] pos, final i… in findHandle()
158 InstructionHandle[] ihs; in InstructionList() local
1020 final InstructionHandle[] ihs = new InstructionHandle[length]; in getInstructionHandles() local
/external/apache-commons-bcel/src/main/java/org/apache/bcel/util/
DBCELFactory.java327 final InstructionHandle[] ihs = ((Select) bi).getTargets(); in updateBranchTargets() local