Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_liveness_analysis.cc38 size_t lifetime_position = 0; in NumberInstructions() local
49 block->SetLifetimeStart(lifetime_position); in NumberInstructions()
61 current->SetLifetimePosition(lifetime_position); in NumberInstructions()
63 lifetime_position += 2; in NumberInstructions()
80 current->SetLifetimePosition(lifetime_position); in NumberInstructions()
81 lifetime_position += 2; in NumberInstructions()
84 block->SetLifetimeEnd(lifetime_position); in NumberInstructions()