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

/art/runtime/
H A Ddisassembler_x86.h32 size_t DumpInstruction(std::ostream& os, const uint8_t* instr);
H A Ddisassembler_x86.cc31 return DumpInstruction(os, begin);
37 length = DumpInstruction(os, cur);
103 size_t DisassemblerX86::DumpInstruction(std::ostream& os, const uint8_t* instr) { function in class:art::x86::DisassemblerX86

Completed in 70 milliseconds