Searched refs:decode (Results 1 – 5 of 5) sorted by relevance
/dalvik/dx/src/com/android/dx/io/instructions/ |
D | InstructionCodec.java | 32 @Override public DecodedInstruction decode(int opcodeUnit, in FORMAT_00X() method 45 @Override public DecodedInstruction decode(int opcodeUnit, in FORMAT_10X() method 60 @Override public DecodedInstruction decode(int opcodeUnit, in FORMAT_12X() method 79 @Override public DecodedInstruction decode(int opcodeUnit, in FORMAT_11N() method 98 @Override public DecodedInstruction decode(int opcodeUnit, in FORMAT_11X() method 114 @Override public DecodedInstruction decode(int opcodeUnit, in FORMAT_10T() method 131 @Override public DecodedInstruction decode(int opcodeUnit, in FORMAT_20T() method 149 @Override public DecodedInstruction decode(int opcodeUnit, in FORMAT_20BC() method 168 @Override public DecodedInstruction decode(int opcodeUnit, in FORMAT_22X() method 187 @Override 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 74 return format.decode(opcodeUnit, in); in decode() 89 decoded[in.cursor()] = DecodedInstruction.decode(in); in decodeAll()
|
/dalvik/dx/tests/117-modified-utf8/com/android/dx/util/ |
D | Mutf8Test.java | 32 assertEquals("BC\u0000", Mutf8.decode(in, new char[3])); in testDecode()
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
D | DebugInfoDecoder.java | 204 public void decode() { in decode() method in DebugInfoDecoder 452 decoder.decode(); in validateEncode0()
|
/dalvik/dx/src/com/android/dx/dex/file/ |
D | DebugInfoDecoder.java | 215 public void decode() { in decode() method in DebugInfoDecoder 456 decoder.decode(); in validateEncode0()
|