Home
last modified time | relevance | path

Searched refs:TwoByteOpcodeInstruction (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/x64/
Ddisasm-x64.cc472 int TwoByteOpcodeInstruction(byte* data);
1627 int DisassemblerX64::TwoByteOpcodeInstruction(byte* data) { in TwoByteOpcodeInstruction() function in disasm::DisassemblerX64
2401 data += TwoByteOpcodeInstruction(data); in InstructionDecode()