Home
last modified time | relevance | path

Searched refs:getInstructionHandle (Results 1 – 4 of 4) 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()
/external/owasp/sanitizer/tools/findbugs/lib/
Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...