Searched refs:kTwoByteJumpInstruction (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/ia32/
H A Dcode-stubs-ia32.h148 static const byte kTwoByteJumpInstruction = 0xeb; // Jmp #imm8. member in class:v8::internal::RecordWriteStub
157 if (first_instruction == kTwoByteJumpInstruction) {
182 stub->instruction_start()[0] = kTwoByteJumpInstruction;
/external/v8/src/x64/
H A Dcode-stubs-x64.h140 static const byte kTwoByteJumpInstruction = 0xeb; // Jmp #imm8. member in class:v8::internal::RecordWriteStub
149 if (first_instruction == kTwoByteJumpInstruction) {
174 stub->instruction_start()[0] = kTwoByteJumpInstruction;
/external/v8/src/x87/
H A Dcode-stubs-x87.h145 static const byte kTwoByteJumpInstruction = 0xeb; // Jmp #imm8. member in class:v8::internal::RecordWriteStub
154 if (first_instruction == kTwoByteJumpInstruction) {
179 stub->instruction_start()[0] = kTwoByteJumpInstruction;

Completed in 100 milliseconds