Searched defs:bit_offset (Results 1 – 5 of 5) sorted by relevance
/art/libartbase/base/ |
D | bit_memory_region.h | 49 ALWAYS_INLINE BitMemoryRegion(MemoryRegion region, size_t bit_offset, size_t bit_length) in BitMemoryRegion() 69 ALWAYS_INLINE BitMemoryRegion Subregion(size_t bit_offset, size_t bit_length) const { in Subregion() 78 ALWAYS_INLINE BitMemoryRegion Subregion(size_t bit_offset) const { in Subregion() 88 ALWAYS_INLINE bool LoadBit(size_t bit_offset) const { in LoadBit() 95 ALWAYS_INLINE void StoreBit(size_t bit_offset, bool value) { in StoreBit() 109 ALWAYS_INLINE Result LoadBits(size_t bit_offset, size_t bit_length) const { in LoadBits() 139 ALWAYS_INLINE void StoreBits(size_t bit_offset, uint32_t value, size_t bit_length) { in StoreBits() 163 ALWAYS_INLINE void StoreBits(size_t bit_offset, const BitMemoryRegion& src, size_t bit_length) { in StoreBits() 176 ALWAYS_INLINE size_t PopCount(size_t bit_offset, size_t bit_length) const { in PopCount() 237 size_t bit_offset = finished_region_.size_in_bits(); in ReadRegion() local
|
D | bit_struct.h | 273 #define BITSTRUCT_FIELD(type, bit_offset, bit_width) \ argument 275 #define BITSTRUCT_INT(bit_offset, bit_width) \ argument 277 #define BITSTRUCT_UINT(bit_offset, bit_width) \ argument
|
D | bit_memory_region_test.cc | 56 for (size_t bit_offset = 0; bit_offset < 2 * sizeof(uint32_t) * kBitsPerByte; ++bit_offset) { in TEST() local 78 for (size_t bit_offset = 0; bit_offset < 3 * sizeof(uint32_t) * kBitsPerByte; ++bit_offset) { in TEST() local
|
D | memory_region.h | 144 ALWAYS_INLINE uint8_t* ComputeBitPointer(uintptr_t bit_offset, uint8_t* bit_mask) const { in ComputeBitPointer()
|
/art/runtime/ |
D | stack_map.cc | 42 ssize_t bit_offset = reader.NumberOfReadBits() - reader.ReadVarint(); in CodeInfo() local 47 ssize_t bit_offset = reader.NumberOfReadBits(); in CodeInfo() local 115 uint32_t& bit_offset = it[i]->second; in Dedupe() local
|