Home
last modified time | relevance | path

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

/external/v8/src/x64/
Ddisasm-x64.cc1508 bool is_byte = *data == 0xC6; in InstructionDecode() local
1510 if (is_byte) { in InstructionDecode()
1539 bool is_byte = *data == 0x88; in InstructionDecode() local
1543 if (is_byte) { in InstructionDecode()
/external/v8/src/ia32/
Ddisasm-ia32.cc1102 { bool is_byte = *data == 0xC6; in InstructionDecode() local
1104 if (is_byte) { in InstructionDecode()
1140 { bool is_byte = *data == 0x88; in InstructionDecode() local
1144 if (is_byte) { in InstructionDecode()