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

  /external/chromium_org/v8/src/ia32/
code-stubs-ia32.h 150 static const byte kFiveByteNopInstruction = 0x3d; // Cmpl eax, #imm32.
167 DCHECK(second_instruction == kFiveByteNopInstruction);
178 stub->instruction_start()[2] = kFiveByteNopInstruction;
  /external/chromium_org/v8/src/x64/
code-stubs-x64.h 142 static const byte kFiveByteNopInstruction = 0x3d; // Cmpl eax, #imm32.
159 DCHECK(second_instruction == kFiveByteNopInstruction);
170 stub->instruction_start()[2] = kFiveByteNopInstruction;
  /external/chromium_org/v8/src/x87/
code-stubs-x87.h 147 static const byte kFiveByteNopInstruction = 0x3d; // Cmpl eax, #imm32.
164 DCHECK(second_instruction == kFiveByteNopInstruction);
175 stub->instruction_start()[2] = kFiveByteNopInstruction;

Completed in 54 milliseconds