Searched refs:DumpNops (Results 1 – 2 of 2) sorted by relevance
36 size_t DumpNops(std::ostream& os, const uint8_t* instr);
247 size_t DisassemblerX86::DumpNops(std::ostream& os, const uint8_t* instr) { in DumpNops() function in art::x86::DisassemblerX86274 size_t nop_size = DumpNops(os, instr); in DumpInstruction()