Searched refs:branch_bytes (Results 1 – 1 of 1) sorted by relevance
323 size_t branch_bytes = 0; in DumpInstruction() local423 branch_bytes = 1; in DumpInstruction()932 branch_bytes = 4; in DumpInstruction()1361 case 0xE3: opcode1 = "jecxz"; branch_bytes = 1; break; in DumpInstruction()1362 case 0xE8: opcode1 = "call"; branch_bytes = 4; break; in DumpInstruction()1363 case 0xE9: opcode1 = "jmp"; branch_bytes = 4; break; in DumpInstruction()1364 case 0xEB: opcode1 = "jmp"; branch_bytes = 1; break; in DumpInstruction()1478 } else if (branch_bytes > 0) { in DumpInstruction()1481 if (branch_bytes == 1) { in DumpInstruction()1485 CHECK_EQ(branch_bytes, 4u); in DumpInstruction()