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

  /external/v8/src/ia32/
code-stubs-ia32.h 505 static const byte kFiveByteNopInstruction = 0x3d; // Cmpl eax, #imm32.
522 ASSERT(second_instruction == kFiveByteNopInstruction);
533 stub->instruction_start()[2] = kFiveByteNopInstruction;
  /external/v8/src/x64/
code-stubs-x64.h 507 static const byte kFiveByteNopInstruction = 0x3d; // Cmpl eax, #imm32.
524 ASSERT(second_instruction == kFiveByteNopInstruction);
535 stub->instruction_start()[2] = kFiveByteNopInstruction;

Completed in 61 milliseconds