Searched defs:decode (Results 1 – 5 of 5) sorted by relevance
/dalvik/dx/src/com/android/dx/io/instructions/ |
D | InstructionCodec.java | 34 public DecodedInstruction decode(int opcodeUnit, in FORMAT_00X() method 49 public DecodedInstruction decode(int opcodeUnit, in FORMAT_10X() method 66 public DecodedInstruction decode(int opcodeUnit, in FORMAT_12X() method 87 public DecodedInstruction decode(int opcodeUnit, in FORMAT_11N() method 108 public DecodedInstruction decode(int opcodeUnit, in FORMAT_11X() method 126 public DecodedInstruction decode(int opcodeUnit, in FORMAT_10T() method 145 public DecodedInstruction decode(int opcodeUnit, in FORMAT_20T() method 165 public DecodedInstruction decode(int opcodeUnit, in FORMAT_20BC() method 186 public DecodedInstruction decode(int opcodeUnit, in FORMAT_22X() method 207 public DecodedInstruction decode(int opcodeUnit, in FORMAT_21T() method [all …]
|
D | DecodedInstruction.java | 69 public static DecodedInstruction decode(CodeInput in) throws EOFException { in decode() method in DecodedInstruction
|
/dalvik/dx/src/com/android/dex/ |
D | Mutf8.java | 32 public static String decode(ByteInput in, char[] out) throws UTFDataFormatException { in decode() method in Mutf8
|
/dalvik/dx/src/com/android/dx/dex/file/ |
D | DebugInfoDecoder.java | 216 public void decode() { in decode() method in DebugInfoDecoder
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
D | DebugInfoDecoder.java | 204 public void decode() { in decode() method in DebugInfoDecoder
|