Searched defs:LoadBit (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dmemory_region.h107 ALWAYS_INLINE bool LoadBit(uintptr_t bit_offset) const { function in class:art::FINAL
131 value |= LoadBit(bit_offset + i) << i;

Completed in 108 milliseconds