Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.h1973 lifetime_position_(kNoLifetime), in HInstruction()
2299 size_t GetLifetimePosition() const { return lifetime_position_; } in GetLifetimePosition()
2300 void SetLifetimePosition(size_t position) { lifetime_position_ = position; } in SetLifetimePosition()
2401 lifetime_position_(kNoLifetime), in HInstruction()
2484 size_t lifetime_position_; variable