Home
last modified time | relevance | path

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

/external/v8/src/ia32/
Ddisasm-ia32.cc1860 { bool is_byte = *data == 0xC6; in InstructionDecode() local
1862 if (is_byte) { in InstructionDecode()
1898 { bool is_byte = *data == 0x88; in InstructionDecode() local
1902 if (is_byte) { in InstructionDecode()
/external/v8/src/x64/
Ddisasm-x64.cc2546 bool is_byte = *data == 0xC6; in InstructionDecode() local
2548 if (is_byte) { in InstructionDecode()
2583 bool is_byte = *data == 0x88; in InstructionDecode() local
2587 if (is_byte) { in InstructionDecode()