Searched defs:decode (Results 1 - 4 of 4) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DDebugInfoDecoder.java183 * Valid after calling {@code decode}.
193 * Valid after calling {@code decode}.
204 public void decode() { method in class:DebugInfoDecoder
452 decoder.decode();
/dalvik/dx/src/com/android/dx/dex/file/
H A DDebugInfoDecoder.java194 * Valid after calling {@code decode}.
204 * Valid after calling {@code decode}.
215 public void decode() { method in class:DebugInfoDecoder
456 decoder.decode();
/dalvik/dx/src/com/android/dx/io/instructions/
H A DDecodedInstruction.java69 public static DecodedInstruction decode(CodeInput in) throws EOFException { method in class:DecodedInstruction
74 return format.decode(opcodeUnit, in);
89 decoded[in.cursor()] = DecodedInstruction.decode(in);
H A DInstructionCodec.java27 * Representation of an instruction format, which knows how to decode into
32 @Override public DecodedInstruction decode(int opcodeUnit,
45 @Override public DecodedInstruction decode(int opcodeUnit,
60 @Override public DecodedInstruction decode(int opcodeUnit,
79 @Override public DecodedInstruction decode(int opcodeUnit,
98 @Override public DecodedInstruction decode(int opcodeUnit,
114 @Override public DecodedInstruction decode(int opcodeUnit,
131 @Override public DecodedInstruction decode(int opcodeUnit,
149 @Override public DecodedInstruction decode(int opcodeUnit,
168 @Override public DecodedInstruction decode(in
756 public abstract DecodedInstruction decode(int opcodeUnit, CodeInput in) method in class:InstructionCodec
[all...]

Completed in 208 milliseconds