Home | History | Annotate | Download | only in src

Lines Matching refs:HasSmiValue

3296     if (HasSmiValue() && kSmiValueSize == 31) return Representation::Smi();
3314 bool HasSmiValue() const { return has_smi_value_; }