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

/art/runtime/
H A Dmemory_region.h113 ALWAYS_INLINE void StoreBit(uintptr_t bit_offset, bool value) const { function in class:art::FINAL
144 StoreBit(bit_offset + i, ith_bit);

Completed in 11 milliseconds