OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kFiveByteNopInstruction
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/v8/src/ia32/
code-stubs-ia32.h
310
static const byte
kFiveByteNopInstruction
= 0x3d; // Cmpl eax, #imm32.
327
ASSERT(second_instruction ==
kFiveByteNopInstruction
);
338
stub->instruction_start()[2] =
kFiveByteNopInstruction
;
/external/chromium_org/v8/src/x64/
code-stubs-x64.h
300
static const byte
kFiveByteNopInstruction
= 0x3d; // Cmpl eax, #imm32.
317
ASSERT(second_instruction ==
kFiveByteNopInstruction
);
328
stub->instruction_start()[2] =
kFiveByteNopInstruction
;
/external/v8/src/ia32/
code-stubs-ia32.h
505
static const byte
kFiveByteNopInstruction
= 0x3d; // Cmpl eax, #imm32.
522
ASSERT(second_instruction ==
kFiveByteNopInstruction
);
533
stub->instruction_start()[2] =
kFiveByteNopInstruction
;
/external/v8/src/x64/
code-stubs-x64.h
507
static const byte
kFiveByteNopInstruction
= 0x3d; // Cmpl eax, #imm32.
524
ASSERT(second_instruction ==
kFiveByteNopInstruction
);
535
stub->instruction_start()[2] =
kFiveByteNopInstruction
;
Completed in 26 milliseconds