HomeSort by relevance Sort by last modified time
    Searched refs:kTwoByteNopInstruction (Results 1 - 4 of 4) 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;
code-stubs-ia32.cc     [all...]
  /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;
code-stubs-x64.cc     [all...]

Completed in 49 milliseconds