Home
last modified time | relevance | path

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

/art/libartbase/base/
Dbit_memory_region.h38 static constexpr size_t kMaxSingleLoadBytes = sizeof(MaxSingleLoadType); variable
43 data_ = AlignDown(data + (bit_start >> kBitsPerByteLog2), kMaxSingleLoadBytes); in BitMemoryRegion()
113 static_assert(sizeof(Result) <= kMaxSingleLoadBytes); in LoadBits()
409 static_assert(N * kVarintBits <= BitMemoryRegion::kMaxSingleLoadBytes * kBitsPerByte, in ReadInterleavedVarints()