Home
last modified time | relevance | path

Searched refs:BitStructField (Results 1 – 4 of 4) sorted by relevance

/art/libartbase/base/
Dbit_struct.h111 struct BitStructField { struct
125 BitStructField& operator=(T value) { argument
133 BitStructField& operator=(const BitStructField& other) { argument
138 BitStructField(const BitStructField& other) { in BitStructField() function
142 BitStructField() = default;
143 ~BitStructField() = default;
151 static_assert(std::is_base_of<BitStructField, T2>::value, "T2 must inherit BitStructField"); in Assign() argument
206 struct BitStructNumber : public BitStructField<T, kBitOffset, kBitWidth, /*StorageType*/T> { argument
240 using BaseType = BitStructField<T, kBitOffset, kBitWidth, /*StorageType*/T>;
Dbit_struct_test.cc76 BitStructField<CustomBitStruct, /*lsb=*/4, /*width=*/4> f{}; in TEST()
89 BitStructField<CustomBitStruct, /*lsb=*/0, /*width=*/4> f4_a;
90 BitStructField<CustomBitStruct, /*lsb=*/4, /*width=*/4> f4_b;
287 BitStructField<MixedSizeBitStruct, /*lsb=*/0> mixed_lower;
288 BitStructField<MixedSizeBitStruct, /*lsb=*/32> mixed_upper;
/art/runtime/
Dsubtype_check_bits_and_status.h71 BitStructField<SubtypeCheckBits, /*lsb=*/ 0> subtype_check_info_;
72 BitStructField<ClassStatus,
Dsubtype_check_bits.h60 BitStructField<BitString, /*lsb=*/ 0> bitstring_;