Home
last modified time | relevance | path

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

/art/libartbase/base/
Dbit_struct_test.cc88 BITSTRUCT_DEFINE_START(TestTwoCustom, /* size= */ 8)
138 BITSTRUCT_DEFINE_START(TestBitStruct, /* size= */ 8)
219 BITSTRUCT_DEFINE_START(MixedSizeBitStruct, /* size= */ 32)
258 BITSTRUCT_DEFINE_START(TestBitStruct_u8, /* size= */ 8)
286 BITSTRUCT_DEFINE_START(NestedStruct, /* size= */ 64)
Dbit_struct.h277 #define BITSTRUCT_DEFINE_START(name, bitwidth) \ macro
/art/runtime/
Dsubtype_check_bits.h59 BITSTRUCT_DEFINE_START(SubtypeCheckBits, /*size=*/ BitString::BitStructSizeOf() + 1u)
Dsubtype_check_bits_and_status.h70 BITSTRUCT_DEFINE_START(SubtypeCheckBitsAndStatus, BitSizeOf<BitString::StorageType>())