Home | History | Annotate | Download | only in src

Lines Matching refs:values_

301   int GetMaximumValueID() const { return values_.length(); }
304 values_.Add(value);
305 return values_.length() - 1;
308 if (id >= 0 && id < values_.length()) return values_[id];
366 ZoneList<HValue*> values_;
409 const ZoneList<HValue*>* values() const { return &values_; }
424 int length() const { return values_.length(); }
448 HValue* result = values_[index];
461 values_.Add(value);
471 return values_.RemoveLast();
483 return values_[index];
512 values_[index] = value;
552 ZoneList<HValue*> values_;