Home | History | Annotate | Download | only in src

Lines Matching refs:HasSmiValue

3569     if (HasSmiValue() && SmiValuesAre31Bits()) return Representation::Smi();
3586 bool HasSmiValue() const { return has_smi_value_; }