HomeSort by relevance Sort by last modified time
    Searched defs:kTwoByteNopInstruction (Results 1 - 2 of 2) sorted by null

  /external/v8/src/ia32/
code-stubs-ia32.h 502 static const byte kTwoByteNopInstruction = 0x3c; // Cmpb al, #imm8.
516 ASSERT(first_instruction == kTwoByteNopInstruction);
532 stub->instruction_start()[0] = kTwoByteNopInstruction;
541 stub->instruction_start()[0] = kTwoByteNopInstruction;
  /external/v8/src/x64/
code-stubs-x64.h 504 static const byte kTwoByteNopInstruction = 0x3c; // Cmpb al, #imm8.
518 ASSERT(first_instruction == kTwoByteNopInstruction);
534 stub->instruction_start()[0] = kTwoByteNopInstruction;
543 stub->instruction_start()[0] = kTwoByteNopInstruction;

Completed in 277 milliseconds