Lines Matching defs:InstructionDecode
331 int InstructionDecode(v8::internal::Vector<char> buffer, byte* instruction);
1334 int DisassemblerX64::InstructionDecode(v8::internal::Vector<char> out_buffer,
1838 int Disassembler::InstructionDecode(v8::internal::Vector<char> buffer,
1841 return d.InstructionDecode(buffer, instruction);
1858 pc += d.InstructionDecode(buffer, pc);