Home | History | Annotate | Download | only in src

Lines Matching refs:values

321   const ZoneList<HValue*>* values() const { return &values_; }
387 // is_speculative, the argument values are expected to be PushArgument
388 // instructions, otherwise they are the actual values.
964 // A linked list of HValue* values. Stored in arrays.
983 int count_; // The number of values stored in the HValueMap.