Home | History | Annotate | Download | only in arm64

Lines Matching full:bitfield

1512   // Test the bitfield of the heap object map with mask and set the condition
2270 // storage size handled by the BitField class, which is a uint32_t.
2271 class RegisterBits : public BitField<unsigned, 0, 5> {};
2272 class DeltaBits : public BitField<uint32_t, 5, 32-5> {};