Searched refs:user_ (Results 1 - 2 of 2) sorted by relevance

/art/compiler/optimizing/
H A Dssa_liveness_analysis.h111 : user_(user),
130 HInstruction* GetUser() const { return user_; }
133 bool IsSynthesized() const { return user_ == nullptr; }
142 return user_->GetBlock()->GetLoopInformation();
147 user_, environment_, input_index_, position_,
161 HInstruction* const user_; member in class:art::UsePosition
H A Dnodes.h902 T GetUser() const { return user_; }
908 : user_(user), index_(index), prev_(nullptr), next_(nullptr) {}
910 T const user_; member in class:art::HUseListNode

Completed in 82 milliseconds