Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_liveness_analysis.cc106 size_t lifetime_position = 0; in NumberInstructions() local
118 block->SetLifetimeStart(lifetime_position); in NumberInstructions()
130 current->SetLifetimePosition(lifetime_position); in NumberInstructions()
132 lifetime_position += 2; in NumberInstructions()
149 current->SetLifetimePosition(lifetime_position); in NumberInstructions()
150 lifetime_position += 2; in NumberInstructions()
153 block->SetLifetimeEnd(lifetime_position); in NumberInstructions()