/dalvik/dx/src/com/android/dx/io/instructions/ |
D | InstructionCodec.java | 33 @Override public DecodedInstruction decode(int opcodeUnit, in FORMAT_00X() method 46 @Override public DecodedInstruction decode(int opcodeUnit, in FORMAT_10X() method 61 @Override public DecodedInstruction decode(int opcodeUnit, in FORMAT_12X() method 80 @Override public DecodedInstruction decode(int opcodeUnit, in FORMAT_11N() method 99 @Override public DecodedInstruction decode(int opcodeUnit, in FORMAT_11X() method 115 @Override public DecodedInstruction decode(int opcodeUnit, in FORMAT_10T() method 132 @Override public DecodedInstruction decode(int opcodeUnit, in FORMAT_20T() method 150 @Override public DecodedInstruction decode(int opcodeUnit, in FORMAT_20BC() method 169 @Override public DecodedInstruction decode(int opcodeUnit, in FORMAT_22X() method 188 @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 | 29 assertEquals("BC\u0000", Mutf8.decode(in, new char[3])); in testDecode()
|
/dalvik/vm/compiler/template/armv5te/ |
D | TEMPLATE_MEM_OP_DECODE.S | 14 blx r2 @ decode and handle the mem op
|
/dalvik/vm/compiler/template/armv5te-vfp/ |
D | TEMPLATE_MEM_OP_DECODE.S | 15 blx r2 @ decode and handle the mem op
|
/dalvik/vm/compiler/codegen/x86/libenc/ |
D | dec_base.h | 115 static unsigned decode(const void * addr, Inst * pinst);
|
D | enc_wrapper.cpp | 154 unsigned numBytes = DecoderBase::decode(stream_start, &decInst); in decodeThenPrint() 173 unsigned numBytes = DecoderBase::decode(stream, &decInst); in encoder_get_inst_size() 184 unsigned numBytes = DecoderBase::decode(stream, &decInst); in encoder_update_imm() 364 unsigned numBytes = DecoderBase::decode(stream, &decInst); in encoder_update_imm_rm() 555 unsigned numBytes = DecoderBase::decode(stream, &decInst); in decoder_disassemble_instr()
|
D | dec_base.cpp | 139 unsigned DecoderBase::decode(const void * addr, Inst * pinst) in decode() function in DecoderBase
|
D | enc_base.cpp | 384 unsigned len = DecoderBase::decode(saveStream, &inst); in encode() 448 len = DecoderBase::decode(saveStream, &inst2); in encode()
|
/dalvik/dx/src/com/android/dx/util/ |
D | Mutf8.java | 33 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 | 205 public void decode() { in decode() method in DebugInfoDecoder 446 decoder.decode(); in validateEncode0()
|
/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/io/ |
D | DexBuffer.java | 391 String result = Mutf8.decode(this, new char[expectedLength]);
|
/dalvik/vm/compiler/template/out/ |
D | CompilerTemplateAsm-armv5te.S | 833 blx r2 @ decode and handle the mem op
|
D | CompilerTemplateAsm-armv7-a-neon.S | 1101 blx r2 @ decode and handle the mem op
|
D | CompilerTemplateAsm-armv5te-vfp.S | 1101 blx r2 @ decode and handle the mem op
|
D | CompilerTemplateAsm-armv7-a.S | 1101 blx r2 @ decode and handle the mem op
|