HomeSort by relevance Sort by last modified time
    Searched defs:LoadBit (Results 1 - 2 of 2) sorted by null

  /art/runtime/
bit_memory_region.h 49 ALWAYS_INLINE bool LoadBit(uintptr_t bit_offset) const {
50 return region_.LoadBit(bit_offset + bit_start_);
memory_region.h 114 ALWAYS_INLINE bool LoadBit(uintptr_t bit_offset) const {
162 DCHECK_EQ((value >> i) & 1, LoadBit(bit_offset + i));

Completed in 250 milliseconds