OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kTwoByteJumpInstruction
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/v8/src/ia32/
code-stubs-ia32.h
308
static const byte
kTwoByteJumpInstruction
= 0xeb; // Jmp #imm8.
317
if (first_instruction ==
kTwoByteJumpInstruction
) {
342
stub->instruction_start()[0] =
kTwoByteJumpInstruction
;
/external/chromium_org/v8/src/x64/
code-stubs-x64.h
298
static const byte
kTwoByteJumpInstruction
= 0xeb; // Jmp #imm8.
307
if (first_instruction ==
kTwoByteJumpInstruction
) {
332
stub->instruction_start()[0] =
kTwoByteJumpInstruction
;
/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 48 milliseconds