Home | History | Annotate | Download | only in crankshaft

Lines Matching defs:ImmutableField

5080     return ImmutableField::decode(value_);
5489 ImmutableField::encode(immutable ? 1 : 0) |
5505 class ImmutableField : public BitField<bool, 7, 1> {};