Searched refs:CodeInput (Results 1 – 4 of 4) sorted by relevance
33 CodeInput in) throws EOFException { in FORMAT_00X()46 CodeInput in) throws EOFException { in FORMAT_10X()61 CodeInput in) throws EOFException { in FORMAT_12X()80 CodeInput in) throws EOFException { in FORMAT_11N()99 CodeInput in) throws EOFException { in FORMAT_11X()115 CodeInput in) throws EOFException { in FORMAT_10T()132 CodeInput in) throws EOFException { in FORMAT_20T()150 CodeInput in) throws EOFException { in FORMAT_20BC()169 CodeInput in) throws EOFException { in FORMAT_22X()188 CodeInput in) throws EOFException { in FORMAT_21T()[all …]
24 public interface CodeInput extends CodeCursor { interface
25 implements CodeInput {
69 public static DecodedInstruction decode(CodeInput in) throws EOFException { in decode()