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

/art/compiler/optimizing/
H A Dssa_liveness_analysis.h113 : user_(user),
119 : user_(nullptr),
126 HInstruction* GetUser() const { return user_; }
128 bool IsSynthesized() const { return user_ == nullptr; }
137 return user_->GetBlock()->GetLoopInformation();
141 return new (allocator) UsePosition(user_, input_index_, position_);
153 HInstruction* const user_; member in class:art::UsePosition
H A Dnodes.h1548 T GetUser() const { return user_; }
1556 : user_(user), index_(index) {}
1558 T const user_; member in class:art::HUseListNode

Completed in 63 milliseconds