Searched refs:DumpInstruction (Results 1 - 4 of 4) sorted by relevance

/art/disassembler/
H A Ddisassembler_x86.h37 size_t DumpInstruction(std::ostream& os, const uint8_t* instr);
H A Ddisassembler_x86.cc33 return DumpInstruction(os, begin);
39 length = DumpInstruction(os, cur);
273 size_t DisassemblerX86::DumpInstruction(std::ostream& os, const uint8_t* instr) { function in class:art::x86::DisassemblerX86
/art/dexlayout/
H A Ddexlayout.h98 void DumpInstruction(const dex_ir::CodeItem* code,
H A Ddexlayout.cc853 void DexLayout::DumpInstruction(const dex_ir::CodeItem* code, function in class:art::DexLayout
1088 DumpInstruction(code, code_offset, insn_idx, insn_width, instruction);

Completed in 378 milliseconds