OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kTwoByteNopInstruction
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/v8/src/x64/
code-stubs-x64.h
328
static const byte
kTwoByteNopInstruction
= 0x3c; // Cmpb al, #imm8.
342
ASSERT(first_instruction ==
kTwoByteNopInstruction
);
358
stub->instruction_start()[0] =
kTwoByteNopInstruction
;
367
stub->instruction_start()[0] =
kTwoByteNopInstruction
;
code-stubs-x64.cc
[
all
...]
/external/chromium_org/v8/src/ia32/
code-stubs-ia32.h
334
static const byte
kTwoByteNopInstruction
= 0x3c; // Cmpb al, #imm8.
348
ASSERT(first_instruction ==
kTwoByteNopInstruction
);
364
stub->instruction_start()[0] =
kTwoByteNopInstruction
;
373
stub->instruction_start()[0] =
kTwoByteNopInstruction
;
code-stubs-ia32.cc
[
all
...]
/external/v8/src/ia32/
code-stubs-ia32.h
502
static const byte
kTwoByteNopInstruction
= 0x3c; // Cmpb al, #imm8.
516
ASSERT(first_instruction ==
kTwoByteNopInstruction
);
532
stub->instruction_start()[0] =
kTwoByteNopInstruction
;
541
stub->instruction_start()[0] =
kTwoByteNopInstruction
;
code-stubs-ia32.cc
[
all
...]
/external/v8/src/x64/
code-stubs-x64.h
504
static const byte
kTwoByteNopInstruction
= 0x3c; // Cmpb al, #imm8.
518
ASSERT(first_instruction ==
kTwoByteNopInstruction
);
534
stub->instruction_start()[0] =
kTwoByteNopInstruction
;
543
stub->instruction_start()[0] =
kTwoByteNopInstruction
;
code-stubs-x64.cc
[
all
...]
Completed in 153 milliseconds