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.java35 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 …]
DCodeInput.java24 public interface CodeInput extends CodeCursor { interface
DShortArrayCodeInput.java25 implements CodeInput {
DDecodedInstruction.java69 public static DecodedInstruction decode(CodeInput in) throws EOFException { in decode()