Home | History | Annotate | Download | only in optimizing

Lines Matching refs:input_index_

114         input_index_(input_index),
120 input_index_(kNoInput),
130 size_t GetInputIndex() const { return input_index_; }
141 return new (allocator) UsePosition(user_, input_index_, position_);
154 const size_t input_index_;
171 input_index_(input_index),
179 size_t GetInputIndex() const { return input_index_; }
186 return new (allocator) EnvUsePosition(environment_, input_index_, position_);
191 const size_t input_index_;