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

  /external/v8/src/ia32/
code-stubs-ia32.h 503 static const byte kTwoByteJumpInstruction = 0xeb; // Jmp #imm8.
512 if (first_instruction == kTwoByteJumpInstruction) {
537 stub->instruction_start()[0] = kTwoByteJumpInstruction;
  /external/v8/src/x64/
code-stubs-x64.h 505 static const byte kTwoByteJumpInstruction = 0xeb; // Jmp #imm8.
514 if (first_instruction == kTwoByteJumpInstruction) {
539 stub->instruction_start()[0] = kTwoByteJumpInstruction;

Completed in 1368 milliseconds