Searched refs:kTwoByteNopInstruction (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/x64/
H A Dcode-stubs-x64.h504 static const byte kTwoByteNopInstruction = 0x3c; // Cmpb al, #imm8. member in class:v8::internal::RecordWriteStub
518 ASSERT(first_instruction == kTwoByteNopInstruction);
534 stub->instruction_start()[0] = kTwoByteNopInstruction;
543 stub->instruction_start()[0] = kTwoByteNopInstruction;
H A Dcode-stubs-x64.cc6106 masm->set_byte_at(0, kTwoByteNopInstruction);
/external/v8/src/ia32/
H A Dcode-stubs-ia32.h502 static const byte kTwoByteNopInstruction = 0x3c; // Cmpb al, #imm8. member in class:v8::internal::RecordWriteStub
516 ASSERT(first_instruction == kTwoByteNopInstruction);
532 stub->instruction_start()[0] = kTwoByteNopInstruction;
541 stub->instruction_start()[0] = kTwoByteNopInstruction;
H A Dcode-stubs-ia32.cc7141 masm->set_byte_at(0, kTwoByteNopInstruction);

Completed in 81 milliseconds