Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.h2040 lifetime_position_(kNoLifetime), in HInstruction()
2372 size_t GetLifetimePosition() const { return lifetime_position_; } in GetLifetimePosition()
2373 void SetLifetimePosition(size_t position) { lifetime_position_ = position; } in SetLifetimePosition()
2479 lifetime_position_(kNoLifetime), in HInstruction()
2562 size_t lifetime_position_; variable