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

/dalvik/dx/src/com/android/dx/io/instructions/
H A DCodeInput.java24 public interface CodeInput extends CodeCursor { interface in inherits:CodeCursor
H A DInstructionCodec.java35 CodeInput in) throws EOFException {
50 CodeInput in) throws EOFException {
67 CodeInput in) throws EOFException {
88 CodeInput in) throws EOFException {
109 CodeInput in) throws EOFException {
127 CodeInput in) throws EOFException {
146 CodeInput in) throws EOFException {
166 CodeInput in) throws EOFException {
187 CodeInput in) throws EOFException {
208 CodeInput i
[all...]
H A DShortArrayCodeInput.java22 * Implementation of {@code CodeInput} that reads from a {@code short[]}.
25 implements CodeInput {
H A DDecodedInstruction.java69 public static DecodedInstruction decode(CodeInput in) throws EOFException {

Completed in 44 milliseconds