Home | History | Annotate | Download | only in ia32

Lines Matching defs:InstructionDecode

282   int InstructionDecode(v8::internal::Vector<char> buffer, byte* instruction);
878 int DisassemblerIA32::InstructionDecode(v8::internal::Vector<char> out_buffer,
1664 int Disassembler::InstructionDecode(v8::internal::Vector<char> buffer,
1667 return d.InstructionDecode(buffer, instruction);
1682 pc += d.InstructionDecode(buffer, pc);