Searched refs:CodeInput (Results 1 – 4 of 4) sorted by relevance
35 CodeInput in) throws EOFException { in FORMAT_00X()50 CodeInput in) throws EOFException { in FORMAT_10X()67 CodeInput in) throws EOFException { in FORMAT_12X()88 CodeInput in) throws EOFException { in FORMAT_11N()109 CodeInput in) throws EOFException { in FORMAT_11X()127 CodeInput in) throws EOFException { in FORMAT_10T()146 CodeInput in) throws EOFException { in FORMAT_20T()166 CodeInput in) throws EOFException { in FORMAT_20BC()187 CodeInput in) throws EOFException { in FORMAT_22X()208 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()