OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:last_instruction
(Results
1 - 5
of
5
) sorted by null
/art/compiler/optimizing/
dead_code_elimination.cc
39
HInstruction*
last_instruction
= block->GetLastInstruction();
local
40
if (
last_instruction
->IsIf()) {
41
HIf* if_instruction =
last_instruction
->AsIf();
53
} else if (
last_instruction
->IsPackedSwitch()) {
54
HPackedSwitch* switch_instruction =
last_instruction
->AsPackedSwitch();
nodes.cc
1779
HInstruction*
last_instruction
= predecessor->GetLastInstruction();
local
[
all
...]
graph_checker.cc
107
HInstruction*
last_instruction
= IsExitTryBoundaryIntoExitBlock(predecessor) ?
local
110
if (!IsAllowedToJumpToExitBlock(
last_instruction
)) {
112
last_instruction
->DebugName(),
113
last_instruction
->GetId()));
[
all
...]
/external/v8/src/crankshaft/
lithium-allocator.cc
663
int
last_instruction
= block->last_instruction_index();
local
664
int index = chunk_->NearestGapPos(
last_instruction
);
[
all
...]
/external/v8/src/compiler/
register-allocator.cc
1553
Instruction*
last_instruction
= code()->InstructionAt(end);
local
[
all
...]
Completed in 257 milliseconds