Home | History | Annotate | Download | only in full-codegen

Lines Matching full:bitfield

44   // Encode bailout state and pc-offset as a BitField<type, start, size>.
46 class BailoutStateField : public BitField<Deoptimizer::BailoutState, 0, 1> {};
47 class PcField : public BitField<unsigned, 1, 30 - 1> {};