OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:first_instruction
(Results
1 - 8
of
8
) sorted by null
/external/v8/src/arm/
code-stubs-arm.h
498
Instr
first_instruction
= Assembler::instr_at(stub->instruction_start());
local
502
if (Assembler::IsBranch(
first_instruction
)) {
506
ASSERT(Assembler::IsTstImmediate(
first_instruction
));
[
all
...]
lithium-arm.h
2218
int
first_instruction
= block->
first_instruction
_index();
local
[
all
...]
/external/v8/src/ia32/
code-stubs-ia32.h
509
byte
first_instruction
= stub->instruction_start()[0];
local
512
if (
first_instruction
== kTwoByteJumpInstruction) {
516
ASSERT(
first_instruction
== kTwoByteNopInstruction);
lithium-ia32.h
2316
int
first_instruction
= block->
first_instruction
_index();
local
[
all
...]
/external/v8/src/mips/
code-stubs-mips.h
513
Instr
first_instruction
= Assembler::instr_at(stub->instruction_start());
local
517
if (Assembler::IsBeq(
first_instruction
)) {
521
ASSERT(Assembler::IsBne(
first_instruction
));
[
all
...]
lithium-mips.h
2198
int
first_instruction
= block->
first_instruction
_index();
local
[
all
...]
/external/v8/src/x64/
code-stubs-x64.h
511
byte
first_instruction
= stub->instruction_start()[0];
local
514
if (
first_instruction
== kTwoByteJumpInstruction) {
518
ASSERT(
first_instruction
== kTwoByteNopInstruction);
lithium-x64.h
2180
int
first_instruction
= block->
first_instruction
_index();
local
[
all
...]
Completed in 313 milliseconds