OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kFiveByteJumpInstruction
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/v8/src/ia32/
code-stubs-ia32.h
311
static const byte
kFiveByteJumpInstruction
= 0xe9; // Jmp #imm32.
323
if (second_instruction ==
kFiveByteJumpInstruction
) {
347
stub->instruction_start()[2] =
kFiveByteJumpInstruction
;
/external/chromium_org/v8/src/x64/
code-stubs-x64.h
301
static const byte
kFiveByteJumpInstruction
= 0xe9; // Jmp #imm32.
313
if (second_instruction ==
kFiveByteJumpInstruction
) {
337
stub->instruction_start()[2] =
kFiveByteJumpInstruction
;
/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 446 milliseconds