Home
last modified time | relevance | path

Searched refs:instructions_from_lifetime_position_ (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dssa_liveness_analysis.h1100 instructions_from_lifetime_position_(graph->GetArena(), 0), in SsaLivenessAnalysis()
1124 return instructions_from_lifetime_position_.Get(index); in GetInstructionFromPosition()
1155 return instructions_from_lifetime_position_.Size() * 2 - 1; in GetMaxLifetimePosition()
1213 GrowableArray<HInstruction*> instructions_from_lifetime_position_; variable
Dssa_liveness_analysis.cc135 instructions_from_lifetime_position_.Add(nullptr); in NumberInstructions()
148 instructions_from_lifetime_position_.Add(current); in NumberInstructions()
Dregister_allocator_test.cc859 liveness.instructions_from_lifetime_position_.Add(user); in TEST()