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

/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
H A DCodeInput.java24 public interface CodeInput extends CodeCursor { interface in inherits:CodeCursor
H A DInstructionCodec.java34 CodeInput in) throws EOFException {
47 CodeInput in) throws EOFException {
62 CodeInput in) throws EOFException {
81 CodeInput in) throws EOFException {
100 CodeInput in) throws EOFException {
116 CodeInput in) throws EOFException {
133 CodeInput in) throws EOFException {
151 CodeInput in) throws EOFException {
170 CodeInput in) throws EOFException {
189 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 152 milliseconds