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/ia32/
code-stubs-ia32.h
307
static const byte
kTwoByteNopInstruction
= 0x3c; // Cmpb al, #imm8.
321
ASSERT(first_instruction ==
kTwoByteNopInstruction
);
337
stub->instruction_start()[0] =
kTwoByteNopInstruction
;
346
stub->instruction_start()[0] =
kTwoByteNopInstruction
;
code-stubs-ia32.cc
[
all
...]
/external/chromium_org/v8/src/x64/
code-stubs-x64.h
297
static const byte
kTwoByteNopInstruction
= 0x3c; // Cmpb al, #imm8.
311
ASSERT(first_instruction ==
kTwoByteNopInstruction
);
327
stub->instruction_start()[0] =
kTwoByteNopInstruction
;
336
stub->instruction_start()[0] =
kTwoByteNopInstruction
;
code-stubs-x64.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 403 milliseconds