Home | History | Annotate | Download | only in src

Lines Matching refs:IsDouble

846     return !representation().IsSmiOrInteger32() && !representation().IsDouble();
4167 if (new_rep.IsDouble()) new_rep = Representation::Integer32();
4173 if (r.IsDouble()) return Representation::Integer32();
4178 if (observed.IsDouble()) observed = Representation::Integer32();
6429 } else if (representation.IsDouble() ||
6831 } else if (field_representation().IsDouble()) {
6879 DCHECK(!field_representation().IsDouble() || !has_transition());
6880 if (field_representation().IsDouble()) return false;