Home
last modified time | relevance | path

Searched refs:kFiveByteNopInstruction (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/ia32/
Dcode-stubs-ia32.h150 static const byte kFiveByteNopInstruction = 0x3d; // Cmpl eax, #imm32. variable
167 DCHECK(second_instruction == kFiveByteNopInstruction); in GetMode()
178 stub->instruction_start()[2] = kFiveByteNopInstruction; in Patch()
Dcode-stubs-ia32.cc2870 masm->set_byte_at(2, kFiveByteNopInstruction); in Generate()
/external/v8/src/x64/
Dcode-stubs-x64.h142 static const byte kFiveByteNopInstruction = 0x3d; // Cmpl eax, #imm32. variable
159 DCHECK(second_instruction == kFiveByteNopInstruction); in GetMode()
170 stub->instruction_start()[2] = kFiveByteNopInstruction; in Patch()
Dcode-stubs-x64.cc2803 masm->set_byte_at(2, kFiveByteNopInstruction); in Generate()
/external/v8/src/x87/
Dcode-stubs-x87.h147 static const byte kFiveByteNopInstruction = 0x3d; // Cmpl eax, #imm32. variable
164 DCHECK(second_instruction == kFiveByteNopInstruction); in GetMode()
175 stub->instruction_start()[2] = kFiveByteNopInstruction; in Patch()
Dcode-stubs-x87.cc2688 masm->set_byte_at(2, kFiveByteNopInstruction); in Generate()