Home
last modified time | relevance | path

Searched defs:bit_offset (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dmemory_region.h107 ALWAYS_INLINE bool LoadBit(uintptr_t bit_offset) const { in LoadBit()
113 ALWAYS_INLINE void StoreBit(uintptr_t bit_offset, bool value) const { in StoreBit()
127 uint32_t LoadBits(uintptr_t bit_offset, size_t length) const { in LoadBits()
140 void StoreBits(uintptr_t bit_offset, uint32_t value, size_t length) { in StoreBits()
173 ALWAYS_INLINE uint8_t* ComputeBitPointer(uintptr_t bit_offset, uint8_t* bit_mask) const { in ComputeBitPointer()
Dstack_map.h817 void SetEncodingAt(size_t bit_offset, size_t number_of_bytes) { in SetEncodingAt()
825 size_t GetNumberOfBytesForEncoding(size_t bit_offset) const { in GetNumberOfBytesForEncoding()