Lines Matching defs:InstructionDecode
40 // pc += d.InstructionDecode(buffer, sizeof buffer, pc);
91 int InstructionDecode(byte* instruction);
1064 int Decoder::InstructionDecode(byte* instr_ptr) {
1170 int Disassembler::InstructionDecode(v8::internal::Vector<char> buffer,
1173 return d.InstructionDecode(instruction);
1194 pc += d.InstructionDecode(buffer, pc);