Home
last modified time | relevance | path

Searched refs:readInstruction (Results 1 – 2 of 2) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DInstruction.java159 public static Instruction readInstruction( final ByteSequence bytes ) throws IOException { in readInstruction() method in Instruction
DInstructionList.java172 final Instruction i = Instruction.readInstruction(bytes); in InstructionList()
959 instructions.add(Instruction.readInstruction(bytes)); in getInstructions()