Searched refs:kFiveByteNopInstruction (Results 1 – 6 of 6) sorted by relevance
150 static const byte kFiveByteNopInstruction = 0x3d; // Cmpl eax, #imm32. variable167 DCHECK(second_instruction == kFiveByteNopInstruction); in GetMode()178 stub->instruction_start()[2] = kFiveByteNopInstruction; in Patch()
2870 masm->set_byte_at(2, kFiveByteNopInstruction); in Generate()
142 static const byte kFiveByteNopInstruction = 0x3d; // Cmpl eax, #imm32. variable159 DCHECK(second_instruction == kFiveByteNopInstruction); in GetMode()170 stub->instruction_start()[2] = kFiveByteNopInstruction; in Patch()
2803 masm->set_byte_at(2, kFiveByteNopInstruction); in Generate()
147 static const byte kFiveByteNopInstruction = 0x3d; // Cmpl eax, #imm32. variable164 DCHECK(second_instruction == kFiveByteNopInstruction); in GetMode()175 stub->instruction_start()[2] = kFiveByteNopInstruction; in Patch()
2688 masm->set_byte_at(2, kFiveByteNopInstruction); in Generate()