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

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DInstruction.java80 * Instruction.readInstruction(). Not to be used otherwise.
175 public static final Instruction readInstruction(ByteSequence bytes) method in class:Instruction
272 * Needed in readInstruction.
H A DInstructionList.java196 Instruction i = Instruction.readInstruction(bytes);
1002 instructions.add(Instruction.readInstruction(bytes));

Completed in 30 milliseconds