Home | History | Annotate | Download | only in ia32

Lines Matching full:test_instruction_address

826   Address test_instruction_address =
831 return *test_instruction_address == Assembler::kTestAlByte;
838 Address test_instruction_address =
843 if (*test_instruction_address != Assembler::kTestAlByte) {
844 DCHECK(*test_instruction_address == Assembler::kNopByte);
848 Address delta_address = test_instruction_address + 1;
854 test_instruction_address, delta);
860 Address jmp_address = test_instruction_address - delta;