Lines Matching full:test_instruction_address
1700 Address test_instruction_address =
1705 return *test_instruction_address == Assembler::kTestAlByte;
1745 Address test_instruction_address =
1750 if (*test_instruction_address != Assembler::kTestAlByte) {
1751 ASSERT(*test_instruction_address == Assembler::kNopByte);
1755 Address delta_address = test_instruction_address + 1;
1761 address, test_instruction_address, delta);
1766 Address jmp_address = test_instruction_address - delta;