Home | History | Annotate | Download | only in x64

Lines Matching full:test_instruction_address

820   Address test_instruction_address =
825 return *test_instruction_address == Assembler::kTestAlByte;
832 Address test_instruction_address =
837 if (*test_instruction_address != Assembler::kTestAlByte) {
838 DCHECK(*test_instruction_address == Assembler::kNopByte);
842 Address delta_address = test_instruction_address + 1;
848 test_instruction_address, delta);
854 Address jmp_address = test_instruction_address - delta;