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

  /external/v8/src/ia32/
code-stubs-ia32.h 506 static const byte kFiveByteJumpInstruction = 0xe9; // Jmp #imm32.
518 if (second_instruction == kFiveByteJumpInstruction) {
542 stub->instruction_start()[2] = kFiveByteJumpInstruction;
  /external/v8/src/x64/
code-stubs-x64.h 508 static const byte kFiveByteJumpInstruction = 0xe9; // Jmp #imm32.
520 if (second_instruction == kFiveByteJumpInstruction) {
544 stub->instruction_start()[2] = kFiveByteJumpInstruction;

Completed in 1185 milliseconds