Searched refs:test_instruction_address (Results 1 – 3 of 3) sorted by relevance
826 Address test_instruction_address = in HasInlinedSmiCode() local831 return *test_instruction_address == Assembler::kTestAlByte; in HasInlinedSmiCode()838 Address test_instruction_address = in PatchInlinedSmiCode() local843 if (*test_instruction_address != Assembler::kTestAlByte) { in PatchInlinedSmiCode()844 DCHECK(*test_instruction_address == Assembler::kNopByte); in PatchInlinedSmiCode()848 Address delta_address = test_instruction_address + 1; in PatchInlinedSmiCode()854 test_instruction_address, delta); in PatchInlinedSmiCode()860 Address jmp_address = test_instruction_address - delta; in PatchInlinedSmiCode()
820 Address test_instruction_address = in HasInlinedSmiCode() local825 return *test_instruction_address == Assembler::kTestAlByte; in HasInlinedSmiCode()832 Address test_instruction_address = in PatchInlinedSmiCode() local837 if (*test_instruction_address != Assembler::kTestAlByte) { in PatchInlinedSmiCode()838 DCHECK(*test_instruction_address == Assembler::kNopByte); in PatchInlinedSmiCode()842 Address delta_address = test_instruction_address + 1; in PatchInlinedSmiCode()848 test_instruction_address, delta); in PatchInlinedSmiCode()854 Address jmp_address = test_instruction_address - delta; in PatchInlinedSmiCode()