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

  /external/chromium_org/v8/src/ia32/
code-stubs-ia32.h 147 static const byte kTwoByteNopInstruction = 0x3c; // Cmpb al, #imm8.
161 DCHECK(first_instruction == kTwoByteNopInstruction);
177 stub->instruction_start()[0] = kTwoByteNopInstruction;
186 stub->instruction_start()[0] = kTwoByteNopInstruction;
  /external/chromium_org/v8/src/x64/
code-stubs-x64.h 139 static const byte kTwoByteNopInstruction = 0x3c; // Cmpb al, #imm8.
153 DCHECK(first_instruction == kTwoByteNopInstruction);
169 stub->instruction_start()[0] = kTwoByteNopInstruction;
178 stub->instruction_start()[0] = kTwoByteNopInstruction;
  /external/chromium_org/v8/src/x87/
code-stubs-x87.h 144 static const byte kTwoByteNopInstruction = 0x3c; // Cmpb al, #imm8.
158 DCHECK(first_instruction == kTwoByteNopInstruction);
174 stub->instruction_start()[0] = kTwoByteNopInstruction;
183 stub->instruction_start()[0] = kTwoByteNopInstruction;

Completed in 62 milliseconds