Home
last modified time | relevance | path

Searched refs:CodeInput (Results 1 – 4 of 4) sorted by relevance

/dalvik/dx/src/com/android/dx/io/instructions/
DInstructionCodec.java33 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 …]
DCodeInput.java24 public interface CodeInput extends CodeCursor { interface
DShortArrayCodeInput.java25 implements CodeInput {
DDecodedInstruction.java69 public static DecodedInstruction decode(CodeInput in) throws EOFException { in decode()