Home | History | Annotate | Download | only in compiler

Lines Matching refs:SpillTypeField

529     bits_ = SpillTypeField::update(bits_, value);
531 SpillType spill_type() const { return SpillTypeField::decode(bits_); }
649 typedef BitField<SpillType, 4, 2> SpillTypeField;