Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/io/instructions/
DInstructionCodec.java32 @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 …]
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/vm/compiler/template/armv5te/
DTEMPLATE_MEM_OP_DECODE.S14 blx r2 @ decode and handle the mem op
/dalvik/dx/tests/117-modified-utf8/com/android/dx/util/
DMutf8Test.java32 assertEquals("BC\u0000", Mutf8.decode(in, new char[3])); in testDecode()
/dalvik/vm/compiler/template/armv5te-vfp/
DTEMPLATE_MEM_OP_DECODE.S15 blx r2 @ decode and handle the mem op
/dalvik/vm/compiler/codegen/x86/libenc/
Ddec_base.h115 static unsigned decode(const void * addr, Inst * pinst);
Denc_wrapper.cpp154 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()
Ddec_base.cpp139 unsigned DecoderBase::decode(const void * addr, Inst * pinst) in decode() function in DecoderBase
Denc_base.cpp384 unsigned len = DecoderBase::decode(saveStream, &inst); in encode()
448 len = DecoderBase::decode(saveStream, &inst2); in encode()
/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.java215 public void decode() { in decode() method in DebugInfoDecoder
456 decoder.decode(); in validateEncode0()
/dalvik/vm/compiler/template/out/
DCompilerTemplateAsm-armv7-a.S621 blx r2 @ decode and handle the mem op
DCompilerTemplateAsm-armv7-a-neon.S621 blx r2 @ decode and handle the mem op
DCompilerTemplateAsm-armv5te.S832 blx r2 @ decode and handle the mem op
DCompilerTemplateAsm-armv5te-vfp.S1100 blx r2 @ decode and handle the mem op