Home
last modified time | relevance | path

Searched refs:decode (Results 1 – 7 of 7) sorted by relevance

/dalvik/dx/src/com/android/dx/io/instructions/
DInstructionCodec.java34 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 …]
DDecodedInstruction.java69 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/
DMutf8Test.java32 assertEquals("BC\u0000", Mutf8.decode(in, new char[3])); in testDecode()
/dalvik/dx/src/com/android/dex/
DMutf8.java32 public static String decode(ByteInput in, char[] out) throws UTFDataFormatException { in decode() method in Mutf8
DDex.java408 String result = Mutf8.decode(this, new char[expectedLength]); in readString()
/dalvik/dexgen/src/com/android/dexgen/dex/file/
DDebugInfoDecoder.java204 public void decode() { in decode() method in DebugInfoDecoder
452 decoder.decode(); in validateEncode0()
/dalvik/dx/src/com/android/dx/dex/file/
DDebugInfoDecoder.java216 public void decode() { in decode() method in DebugInfoDecoder
457 decoder.decode(); in validateEncode0()