Home | History | Annotate | Download | only in x64

Lines Matching full:test_instruction_address

1706   Address test_instruction_address =
1711 return *test_instruction_address == Assembler::kTestAlByte;
1750 Address test_instruction_address =
1755 if (*test_instruction_address != Assembler::kTestAlByte) {
1756 ASSERT(*test_instruction_address == Assembler::kNopByte);
1760 Address delta_address = test_instruction_address + 1;
1766 address, test_instruction_address, delta);
1771 Address jmp_address = test_instruction_address - delta;