OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:last_instruction
(Results
1 - 4
of
4
) sorted by null
/art/compiler/optimizing/
dead_code_elimination.cc
30
HInstruction*
last_instruction
= block->GetLastInstruction();
local
31
if (
last_instruction
->IsIf()) {
32
HIf* if_instruction =
last_instruction
->AsIf();
nodes.cc
1040
HInstruction*
last_instruction
= predecessor->GetLastInstruction();
local
[
all
...]
/external/v8/src/compiler/
register-allocator.cc
656
int
last_instruction
= block->last_instruction_index();
local
657
return code()->GapAt(
last_instruction
- 1);
758
Instruction*
last_instruction
= InstructionAt(end);
local
759
for (size_t i = 0; i <
last_instruction
->OutputCount(); i++) {
760
InstructionOperand* output_operand =
last_instruction
->OutputAt(i);
[
all
...]
/external/v8/src/
lithium-allocator.cc
663
int
last_instruction
= block->last_instruction_index();
local
664
int index = chunk_->NearestGapPos(
last_instruction
);
[
all
...]
Completed in 2394 milliseconds