Home
last modified time | relevance | path

Searched refs:getInstructionHandle (Results 1 – 3 of 3) sorted by relevance

/external/apache-commons-bcel/src/test/java/org/apache/bcel/generic/
DInstructionHandleTestCase.java29 …final InstructionHandle ih = InstructionHandle.getInstructionHandle(new NOP());// have to start wi… in testsetInstructionNull()
37 …final InstructionHandle ih = InstructionHandle.getInstructionHandle(new NOP());// have to start wi… in testsetInstructionI()
45 …final InstructionHandle ih = InstructionHandle.getInstructionHandle(new NOP());// have to start wi… in testsetInstructionnotI()
53 InstructionHandle.getInstructionHandle(null); in testGetIHnull()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DInstructionHandle.java121 static InstructionHandle getInstructionHandle( final Instruction i ) { in getInstructionHandle() method in InstructionHandle
DInstructionList.java319 final InstructionHandle ih = InstructionHandle.getInstructionHandle(i); in append()
507 final InstructionHandle ih = InstructionHandle.getInstructionHandle(i); in insert()