Searched refs:test_instruction_address (Results 1 – 3 of 3) sorted by relevance
558 Address test_instruction_address = in HasInlinedSmiCode() local563 return *test_instruction_address == Assembler::kTestAlByte; in HasInlinedSmiCode()570 Address test_instruction_address = in PatchInlinedSmiCode() local575 if (*test_instruction_address != Assembler::kTestAlByte) { in PatchInlinedSmiCode()576 DCHECK(*test_instruction_address == Assembler::kNopByte); in PatchInlinedSmiCode()580 Address delta_address = test_instruction_address + 1; in PatchInlinedSmiCode()587 static_cast<void*>(test_instruction_address), delta); in PatchInlinedSmiCode()593 Address jmp_address = test_instruction_address - delta; in PatchInlinedSmiCode()
556 Address test_instruction_address = in HasInlinedSmiCode() local561 return *test_instruction_address == Assembler::kTestAlByte; in HasInlinedSmiCode()568 Address test_instruction_address = in PatchInlinedSmiCode() local573 if (*test_instruction_address != Assembler::kTestAlByte) { in PatchInlinedSmiCode()574 DCHECK(*test_instruction_address == Assembler::kNopByte); in PatchInlinedSmiCode()578 Address delta_address = test_instruction_address + 1; in PatchInlinedSmiCode()585 static_cast<void*>(test_instruction_address), delta); in PatchInlinedSmiCode()591 Address jmp_address = test_instruction_address - delta; in PatchInlinedSmiCode()