Home | History | Annotate | Download | only in crankshaft

Lines Matching refs:RepresentationField

5839     return Representation::FromKind(RepresentationField::decode(value_));
6240 RepresentationField::encode(representation.kind()) |
6251 DCHECK(RepresentationField::decode(value_) == representation.kind());
6256 class RepresentationField : public BitField<Representation::Kind, 3, 4> {};