HomeSort by relevance Sort by last modified time
    Searched refs:BitStructSizeOf (Results 1 - 12 of 12) sorted by null

  /art/runtime/
subtype_check_bits.h 59 BITSTRUCT_DEFINE_START(SubtypeCheckBits, /*size*/ BitString::BitStructSizeOf() + 1u)
61 BitStructUint</*lsb*/ BitString::BitStructSizeOf(), /*width*/ 1> overflow_;
subtype_check_bits_and_status.h 73 /*lsb*/ SubtypeCheckBits::BitStructSizeOf(),
  /art/libartbase/base/
bit_struct.h 109 size_t kBitWidth = BitStructSizeOf<T>(),
129 static constexpr size_t BitStructSizeOf() {
280 static constexpr size_t BitStructSizeOf() { return (bitwidth); } \
300 static constexpr size_t BitStructSizeOf() {
301 return T::BitStructSizeOf();
bit_struct_detail.h 31 static constexpr size_t BitStructSizeOf();
95 // Ensure the minimal type storage for 'T' matches its declared BitStructSizeOf.
103 const size_t kBitStructSizeOf = BitStructSizeOf<T>();
108 const size_t kExpectedSize = (BitStructSizeOf<T>() < kBitsPerByte)
bit_struct_test.cc 27 const size_t kBitStructSizeOf = BitStructSizeOf<T>();
28 const size_t kExpectedSize = (BitStructSizeOf<T>() < kBitsPerByte)
66 static constexpr size_t BitStructSizeOf() {
bit_string.h 231 static constexpr size_t BitStructSizeOf() {
  /art/compiler/optimizing/
code_generator_arm64.cc     [all...]
code_generator_arm_vixl.cc     [all...]
code_generator_mips64.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_x86_64.cc     [all...]
code_generator_mips.cc     [all...]

Completed in 306 milliseconds