Searched refs:BitStructSizeOf (Results 1 – 8 of 8) sorted by relevance
60 BITSTRUCT_DEFINE_START(SubtypeCheckBits, /*size=*/ BitString::BitStructSizeOf() + 1u)61 BITSTRUCT_FIELD(BitString, /*lsb=*/ 0, /*width=*/ BitString::BitStructSizeOf()) bitstring_;62 BITSTRUCT_UINT(/*lsb=*/ BitString::BitStructSizeOf(), /*width=*/ 1) overflow_;
74 /*width=*/ SubtypeCheckBits::BitStructSizeOf()) subtype_check_info_;76 /*lsb=*/ SubtypeCheckBits::BitStructSizeOf(),
27 const size_t kBitStructSizeOf = BitStructSizeOf<T>(); in ValidateBitStructSize()28 const size_t kExpectedSize = (BitStructSizeOf<T>() < kBitsPerByte) in ValidateBitStructSize()66 static constexpr size_t BitStructSizeOf() { in BitStructSizeOf() function289 BITSTRUCT_DEFINE_START(NestedStruct, /* size= */ 2 * MixedSizeBitStruct::BitStructSizeOf())292 /*width=*/MixedSizeBitStruct::BitStructSizeOf()) mixed_lower;294 /*lsb=*/MixedSizeBitStruct::BitStructSizeOf(),295 /*width=*/MixedSizeBitStruct::BitStructSizeOf()) mixed_upper;297 BITSTRUCT_UINT(/*lsb=*/0, /*width=*/ 2 * MixedSizeBitStruct::BitStructSizeOf()) alias_all;
132 static constexpr size_t BitStructSizeOf() { in BitStructSizeOf() function265 static constexpr size_t BitStructSizeOf() { return (bitwidth); } \293 static constexpr size_t BitStructSizeOf() { in BitStructSizeOf() function294 return T::BitStructSizeOf(); in BitStructSizeOf()
31 static constexpr size_t BitStructSizeOf();146 const size_t kBitStructSizeOf = BitStructSizeOf<T>(); in ValidateBitStructSize()151 const size_t kExpectedSize = (BitStructSizeOf<T>() < kBitsPerByte) in ValidateBitStructSize()
231 static constexpr size_t BitStructSizeOf() { in BitStructSizeOf() function
45 ASM_DEFINE(MIRROR_CLASS_STATUS_SHIFT, art::SubtypeCheckBits::BitStructSizeOf())54 << art::SubtypeCheckBits::BitStructSizeOf())59 << art::SubtypeCheckBits::BitStructSizeOf())64 << art::SubtypeCheckBits::BitStructSizeOf())
62 constexpr size_t kClassStatusLsbPosition = SubtypeCheckBits::BitStructSizeOf();