Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.h2111 lifetime_position_(kNoLifetime), in HInstruction()
2444 size_t GetLifetimePosition() const { return lifetime_position_; } in GetLifetimePosition()
2445 void SetLifetimePosition(size_t position) { lifetime_position_ = position; } in SetLifetimePosition()
2551 lifetime_position_(kNoLifetime), in HInstruction()
2634 size_t lifetime_position_; variable