OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kFiveByteNopInstruction
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/v8/src/ia32/
code-stubs-ia32.h
150
static const byte
kFiveByteNopInstruction
= 0x3d; // Cmpl eax, #imm32.
167
DCHECK(second_instruction ==
kFiveByteNopInstruction
);
178
stub->instruction_start()[2] =
kFiveByteNopInstruction
;
/external/chromium_org/v8/src/x64/
code-stubs-x64.h
142
static const byte
kFiveByteNopInstruction
= 0x3d; // Cmpl eax, #imm32.
159
DCHECK(second_instruction ==
kFiveByteNopInstruction
);
170
stub->instruction_start()[2] =
kFiveByteNopInstruction
;
/external/chromium_org/v8/src/x87/
code-stubs-x87.h
147
static const byte
kFiveByteNopInstruction
= 0x3d; // Cmpl eax, #imm32.
164
DCHECK(second_instruction ==
kFiveByteNopInstruction
);
175
stub->instruction_start()[2] =
kFiveByteNopInstruction
;
Completed in 1398 milliseconds